Skip to content

Commit

Permalink
modified to match macapype version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Mar 4, 2024
1 parent 98a29ce commit 1b1ad1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_on_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@main
- name: Set up Python 3.10.5
uses: actions/setup-python@v1
- name: Set up Python 3.10.5
uses: actions/setup-python@v2
with:
python-version: 3.10.5
python-version: 3.10.5

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1b1ad1c

Please sign in to comment.