Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Jun 21, 2024
1 parent ac2bff2 commit 0f11d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
# FIXME: Remove this workaround
- name: Print numpy and pandas versions
run: |
python -c "import numpy; print(numpy.__version__)"
python -c "import pandas; print(pandas.__version__)"
python3 -c "import numpy; print(numpy.__version__)"
python3 -c "import pandas; print(pandas.__version__)"
- name: Install Hatch
uses: pypa/hatch@install
Expand Down

0 comments on commit 0f11d5f

Please sign in to comment.