Skip to content

Commit

Permalink
Installed setuptools_scm into test environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Mar 9, 2024
1 parent a5fce32 commit dd54ab1
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 @@ -21,7 +21,7 @@ jobs:
- run: pip install --upgrade pip build
- run: pip install build
- run: python -m build --sdist --wheel
- run: pip install .
- run: pip install .[build]
- run: pip uninstall -y montepy
- run: pip install --user dist/*.whl
# run scripts
Expand Down

0 comments on commit dd54ab1

Please sign in to comment.