Skip to content

Commit

Permalink
Experiment with an updated Python installer (v5).
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed May 29, 2024
1 parent 1becaf2 commit 8b326f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astronomy-engine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-11, windows-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add msbuild to path
if: startsWith(matrix.os, 'windows')
uses: microsoft/[email protected]
Expand All @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Python tools
Expand Down

0 comments on commit 8b326f7

Please sign in to comment.