From 834bf730782010367ad2b99dd1b74257d0618e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Galdal?= Date: Sun, 21 Jul 2024 14:15:35 +0200 Subject: [PATCH] Update algorithm.yml add setup-py and checkout --- .github/workflows/algorithm.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/algorithm.yml b/.github/workflows/algorithm.yml index cf88e24e..981ed444 100644 --- a/.github/workflows/algorithm.yml +++ b/.github/workflows/algorithm.yml @@ -15,7 +15,12 @@ jobs: matrix: python-version: ["3.12"] - steps: + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.12' + - name: Install mip_matching run: | cd algorithm