Skip to content

Commit

Permalink
fixed pip install syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 11, 2024
1 parent 6bea2fe commit 0909241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 71,7 @@ jobs:
name: install specific numpy version
- run: pip install sly~=${{ matrix.sly-version }}
name: install specific sly version
- run: pip install --user . montepy[test, build]
- 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 0909241

Please sign in to comment.