Skip to content

Commit

Permalink
Checks out repo first
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2025
1 parent 05f6608 commit d2f4e15
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
os: [ubuntu-latest, macos-13, macos-14]

steps:
- name: Checks out repo
uses: actions/checkout@v4

- name: Set tags env variables.
run: |
# Set "checking" variable to false by default.
Expand All @@ -31,10 +34,6 @@ jobs:
echo "spec_tags=${commit_message[1]}" >> $GITHUB_ENV
fi
- name: Checks out repo
uses: actions/checkout@v4

- name: Set up macOS-specific paths and libraries
if: (matrix.os == 'macos-13') || (matrix.os == 'macos-14')
run: |
Expand Down

0 comments on commit d2f4e15

Please sign in to comment.