Update test-models.yml

This commit is contained in:
powderluv
2022-06-30 14:40:25 -07:00
committed by GitHub
parent d1b398cb9b
commit 6ca726615e

View File

@@ -40,6 +40,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python Version File ${{ matrix.python-version }}
if: matrix.os == 'a100' || matrix.os == 'ubuntu-latest'
run: |
cat ${{ matrix.python-version }} >> $GITHUB_WORKSPACE/.python_version
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os == 'a100' || matrix.os == 'ubuntu-latest'
uses: actions/setup-python@v4