File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : ['3.11 ']
19+ python-version : ['3.12 ']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
@@ -42,13 +42,13 @@ jobs:
4242 matrix :
4343 include :
4444 - name-prefix : " all tests"
45- python-version : ' 3.11 '
45+ python-version : ' 3.12 '
4646 os : ubuntu-latest
4747 package-overrides : " none"
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 - name : Install dependencies
6262 run : |
6363 python -m pytest
6464 - name : Run multi-device tests
65- if : matrix.python-version == '3.11 '
65+ if : matrix.python-version == '3.12 '
6666 run : |
6767 FERMINET_CHEX_N_CPU_DEVICES=2 python -m pytest ferminet/tests/train_test.py
You can’t perform that action at this time.
0 commit comments