Skip to content

Commit b466b29

Browse files
author
Davide Laghi
committed
try catch the latest compatible version
1 parent 1a03abc commit b466b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install openmc (legacy)
6767
if: runner.os == 'Linux' && matrix.python-version == '3.11'
6868
run: |
69-
pip install git+https://github.com/openmc-dev/openmc.git@v0.15.3#egg=openmc
69+
pip install git+https://github.com/openmc-dev/openmc.git@3b5ac08bfb754ef93ff3db12fcda2ecbd0dbe464
7070
7171
- name: Install openmc
7272
if: runner.os == 'Linux' && matrix.python-version != '3.10' && matrix.python-version != '3.11'

0 commit comments

Comments
 (0)