Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlow committed Oct 20, 2023
1 parent 378d279 commit e9e3784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pip install forust --no-index --find-links dist --no-deps --force-reinstall
- name: Run Package Tests
run: |
pip install pytest pytest-cov black ruff setuptools --update
pip install pytest pytest-cov black ruff setuptools --upgrade
cd py-forust
ruff check .
black --check .
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: pip install forust --no-index --find-links dist --no-deps --force-reinstall
- name: Run Package Tests
run: |
pip install pytest pytest-cov black ruff setuptools --update
pip install pytest pytest-cov black ruff setuptools --upgrade
cd py-forust
ruff check .
black --check .
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
run: pip install forust --no-index --find-links dist --no-deps --force-reinstall
- name: Run Package Tests
run: |
pip install pytest pytest-cov black ruff setuptools --update
pip install pytest pytest-cov black ruff setuptools --upgrade
cd py-forust
ruff check .
black --check .
Expand Down

0 comments on commit e9e3784

Please sign in to comment.