Skip to content

Commit

Permalink
Update algorithm.yml
Browse files Browse the repository at this point in the history
add setup-py and checkout
  • Loading branch information
jorgengaldal authored Jul 21, 2024
1 parent 9f82d39 commit 834bf73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/algorithm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 834bf73

Please sign in to comment.