Skip to content

Commit

Permalink
Trying to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Feb 7, 2024
1 parent 75c94e0 commit a06f956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.10.0
python-version: 3.10
architecture: "x64"
- name: Install Boogie
run: |
dotnet tool install --global Boogie --version 2.15.9
Expand Down

0 comments on commit a06f956

Please sign in to comment.