Skip to content

Commit

Permalink
python not python3
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 13, 2024
1 parent 7b3853e commit 123e692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
PATH: "/openmc_venv/bin:$PATH"
run: |
python3 -m venv openmc_venv
python -m venv openmc_venv
python -m pip install .[tests]
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
PATH: "/openmc_venv/bin:$PATH"
run: |
python3 -m venv openmc_venv
python -m venv openmc_venv
pip install --upgrade pip
pip install .[docs]
- name: Sphinx build tagged version
Expand Down

0 comments on commit 123e692

Please sign in to comment.