From f30ac8b6b0fd89b9be85d72dad42810404523c26 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 9 Sep 2024 21:51:19 +0200 Subject: [PATCH] CI: setup Python explicitly --- .github/workflows/test-torchfix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-torchfix.yml b/.github/workflows/test-torchfix.yml index 7993fa5..9a61e01 100644 --- a/.github/workflows/test-torchfix.yml +++ b/.github/workflows/test-torchfix.yml @@ -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