Skip to content

Commit

Permalink
Build Action: Disable Python cache, set 3.10 explicitly (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter authored Mar 14, 2023
1 parent f805d30 commit 8c5d409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if: ${{ steps.check_watch.outputs.RUN_TEST == '1' }}
uses: actions/[email protected]
with:
cache: pip
python-version: '3.10'

- name: Install packages
if: ${{ steps.check_watch.outputs.RUN_TEST == '1' }}
Expand Down

0 comments on commit 8c5d409

Please sign in to comment.