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 b21fb34 commit b4ecc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
python -c "import tangos"
- name: Install pynbody and yt
run: python -m pip install pynbody yt --no-build-isolation
run: python -m pip install pynbody 'yt<4.4.0' --no-build-isolation
- name: Set up MySQL
if: ${{ matrix.TANGOS_TESTING_DB_BACKEND == 'mysql+pymysql' }}
run: |
Expand Down

0 comments on commit b4ecc9d

Please sign in to comment.