Update test-models.yml

This commit is contained in:
powderluv
2022-06-30 14:14:49 -07:00
committed by GitHub
parent 79e392d85f
commit b24ce861d0

View File

@@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os == 'a100' || matrix.os == 'ubuntu-latest'
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'