Skip to content

Commit

Permalink
fixing: ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 9, 2024
1 parent f7cf27d commit fe30860
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get install python3-dev -y
pip install pytest black pipreqs pip-tools
pip install -r requirements.txt
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get install python3-dev -y
pip install pytest black pipreqs pip-tools
pip install -r requirements.txt
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion corkit/lasco.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import copy
import glob
import os
from icecream import ic

from . import __version__

Expand Down

0 comments on commit fe30860

Please sign in to comment.