diff --git a/.github/workflows/qc.yml b/.github/workflows/qc.yml index ea61c94c..3e1acab4 100644 --- a/.github/workflows/qc.yml +++ b/.github/workflows/qc.yml @@ -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 \ No newline at end of file + # Reinstall dependencies + poetry install --no-interaction + poetry run tox -e py \ No newline at end of file