Skip to content

Commit

Permalink
Install SLY in CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 11, 2024
1 parent 6b79090 commit 6bea2fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install numpy~=${{ matrix.numpy-version }}
name: install specific numpy version
- run: pip install --user . montepy[test]
- run: pip install --user . montepy[build]
- run: pip install sly~=${{ matrix.sly-version }}
name: install specific sly version
- run: pip install --user . montepy[test, build]
- run: pip uninstall -y pytest-profiling
name: Uninstall incompatible library
if: ${{ matrix.python-version == '3.13' }}
Expand Down

0 comments on commit 6bea2fe

Please sign in to comment.