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 88cead2 commit 56794a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# FIXME: Remove this workaround
- name: Print numpy and pandas versions
run: |
hatch run python -c "import numpy; print(numpy.__version__)"
hatch run python -c "import pandas; print(pandas.__version__)"
- name: Install Hatch
uses: pypa/hatch@install

# 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__)"
# - name: Check Code Quality
# run: |-
# hatch fmt --check --python=${{ matrix.python-version }}
Expand Down

0 comments on commit 56794a2

Please sign in to comment.