From ac1cfcb27787267aaa35c40287b825c74a29ac65 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 24 Oct 2024 21:29:25 +0300 Subject: [PATCH] Fix typo in qc.yml --- .github/workflows/qc.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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