Skip to content

Commit

Permalink
deps should already be handled
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Jun 24, 2024
1 parent 4885b8c commit 061239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build, pip-install, and test-import CAD_to_OpenMC with dependencies.
run: |
python -m build --sdist .
pip install dist/cad_to_openmc*.tar.gz
pip install --no-deps dist/cad_to_openmc*.tar.gz
python -c 'import CAD_to_OpenMC.assembly'
shell: micromamba-shell {0}
- name: Run Tests
Expand Down

0 comments on commit 061239f

Please sign in to comment.