Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 16, 2023
1 parent e190fff commit b7df402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install ${{ matrix.pymc-version }}
python -m pip install pymc3==${{ matrix.pymc-version }}
STARRY_UNIT_TESTS=1 python -m pip install -e ".[tests]"
- name: Run tests
Expand Down

0 comments on commit b7df402

Please sign in to comment.