Skip to content

Commit

Permalink
add to dep step instead
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathan-convertino-afrl authored Jul 8, 2024
1 parent 58b14db commit 21f9c5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.pyver }}

- name: 🛠️ Fix numpy
run: pip install --force-reinstall -v "numpy<=1.24"

- name: 🛠️ Install dependencies
run: |
python -c "import sys; print(sys.version)"
pip install tox
pip install --force-reinstall "numpy<=1.24"
- name: 🚧 Build package and run tests with tox
run: tox -e py -- -vv

0 comments on commit 21f9c5e

Please sign in to comment.