Skip to content

Commit

Permalink
fix tarball filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen authored May 19, 2024
1 parent 7f3b915 commit f0cd62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build, pip-install, and test-import CAD_to_OpenMC with dependencies.
run: |
python -m build
pip install dist/CAD_to_OpenMC*.tar.gz
pip install 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 f0cd62b

Please sign in to comment.