We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4811c commit cfa27a7Copy full SHA for cfa27a7
.github/workflows/ci-tests-fabric.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Set up Python ${{ matrix.python-version }}
87
uses: actions/setup-python@v5
88
with:
89
- python-version: ${{ matrix.python-version || '3.x' }}
+ python-version: ${{ matrix.python-version || '3.9' }}
90
91
- name: basic setup
92
run: pip install -q -r .actions/requirements.txt
.github/workflows/ci-tests-pytorch.yml
@@ -91,7 +91,7 @@ jobs:
93
94
95
96
97
0 commit comments