diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b861e818..7a369914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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