Skip to content

Commit

Permalink
CI: setup Python explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Sep 9, 2024
1 parent 07be364 commit f30ac8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-torchfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Upgrade build dependencies
run: |
pip3 install -U pip
Expand Down

0 comments on commit f30ac8b

Please sign in to comment.