Skip to content

Commit cfa27a7

Browse files
committed
3.9
1 parent fc4811c commit cfa27a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-fabric.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python ${{ matrix.python-version }}
8787
uses: actions/setup-python@v5
8888
with:
89-
python-version: ${{ matrix.python-version || '3.x' }}
89+
python-version: ${{ matrix.python-version || '3.9' }}
9090

9191
- name: basic setup
9292
run: pip install -q -r .actions/requirements.txt

.github/workflows/ci-tests-pytorch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Python ${{ matrix.python-version }}
9292
uses: actions/setup-python@v5
9393
with:
94-
python-version: ${{ matrix.python-version || '3.x' }}
94+
python-version: ${{ matrix.python-version || '3.9' }}
9595

9696
- name: basic setup
9797
run: pip install -q -r .actions/requirements.txt

0 commit comments

Comments
 (0)