Skip to content

Commit

Permalink
ci: Fix when to install oldest-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Jan 10, 2024
1 parent ec79d0f commit b3800a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
pip install -r .github/workflows/ci-oldest-reqs.txt
pip install -r requirements/requirements-data.txt
if: ${{ matrix.dependencies == 'newest' }}
if: ${{ matrix.dependencies == 'oldest' }}
- name: Install numba (if available)
run: |
pip install -r requirements/requirements-jit.txt
Expand Down

0 comments on commit b3800a4

Please sign in to comment.