Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jul 22, 2024
1 parent 162f12d commit 6886fa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: poetry install -v -E all
run: |
pip install -U pip setuptools virtualenv 'numpy==1.24.4'
poetry install -v -E all
# Run tests with coverage report
- name: Run tests
Expand Down

0 comments on commit 6886fa9

Please sign in to comment.