Skip to content

Commit

Permalink
Try to fix issue with test databases by downgrading yt
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Nov 22, 2024
1 parent b4ecc9d commit 9cbeaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: python -m pip install --pre pynbody
# Or: python -m pip install git+https://github.com/pynbody/pynbody.git

- name: Install latest yt
run: python -m pip install yt
- name: Install yt
run: python -m pip install 'yt<4.4.0'

- name: Build test database
working-directory: test_tutorial_build
Expand Down

0 comments on commit 9cbeaa4

Please sign in to comment.