Skip to content

Commit 6034525

Browse files
committed
Update CI actions
PiperOrigin-RevId: 882243703 Change-Id: Ie88ec65b49dc4bb796f927b4e9f4451a6a9ea5bc
1 parent a8d98a2 commit 6034525

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -62,6 +62,6 @@ jobs:
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

0 commit comments

Comments
 (0)