We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a03abc commit b466b29Copy full SHA for b466b29
1 file changed
.github/workflows/pytest.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Install openmc (legacy)
67
if: runner.os == 'Linux' && matrix.python-version == '3.11'
68
run: |
69
- pip install git+https://github.com/openmc-dev/openmc.git@v0.15.3#egg=openmc
+ pip install git+https://github.com/openmc-dev/openmc.git@3b5ac08bfb754ef93ff3db12fcda2ecbd0dbe464
70
71
- name: Install openmc
72
if: runner.os == 'Linux' && matrix.python-version != '3.10' && matrix.python-version != '3.11'
0 commit comments