Skip to content

Commit

Permalink
Update setup-python action in turing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 5, 2024
1 parent 7e47872 commit 7b6cc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/turing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,10 @@ jobs:

- name: Setup Python
if: ${{ matrix.useSDK }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
cache-dependency-path: sdk/requirements.txt

- name: Install Python dependencies
if: ${{ matrix.useSDK }}
Expand Down

0 comments on commit 7b6cc5b

Please sign in to comment.