Skip to content

Commit

Permalink
Use most recent Python version in edge tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Aug 22, 2022
1 parent 0a652ea commit e451241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/edge_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.x"
- name: Install GNAT Pro
uses: ./.github/actions/install_gnat_pro
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.x"
- name: Install GNAT Pro
uses: ./.github/actions/install_gnat_pro
with:
Expand Down

0 comments on commit e451241

Please sign in to comment.