Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GirZ0n committed Feb 20, 2024
1 parent 064b570 commit 4bf9cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Run Flake8
run: |
source ~/poetry/bin/activate
poetry install
poetry run flake8 . --count --statistics --config ./.flake8
- name: Run Black
Expand Down Expand Up @@ -108,4 +109,5 @@ jobs:
- name: Test anderson
run: |
source ~/poetry/bin/activate
poetry install
poetry run pytest . -vv

0 comments on commit 4bf9cdd

Please sign in to comment.