Skip to content

Commit

Permalink
Update test-models.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored Jun 30, 2022
1 parent 958e010 commit 8199ea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Set up Python Version File ${{ matrix.python-version }}
if: matrix.os == 'a100' || matrix.os == 'ubuntu-latest'
run: |
echo ${{ matrix.python-version }} >> $GITHUB_WORKSPACE/.python_version
# See https://github.com/actions/setup-python/issues/433
echo ${{ matrix.python-version }} >> $GITHUB_WORKSPACE/.python-version
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os == 'a100' || matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8199ea1

Please sign in to comment.