Skip to content

Commit

Permalink
Fix typo in qc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Oct 24, 2024
1 parent 43f725c commit ac1cfcb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
# Note: The lock file will always have pandas > 2.0.0
#-----------------------------------------------------
- name: Test with pandas<2.0.0
run: |
poetry add "pandas<2.0.0"
run: |
poetry add "pandas<2.0.0"
# Optionally clear poetry's cache to ensure no old versions interfere
poetry cache clear pypi --all
# Optionally clear poetry's cache to ensure no old versions interfere
poetry cache clear pypi --all
# Reinstall dependencies
poetry install --no-interaction
poetry run tox -e py
# Reinstall dependencies
poetry install --no-interaction
poetry run tox -e py

0 comments on commit ac1cfcb

Please sign in to comment.