test.yml point to correct action

This commit is contained in:
jdegenstein 2024-02-01 16:29:50 -06:00 committed by GitHub
parent 2f183dae82
commit b600057c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup/action.yml - uses: ./.github/actions/setup/
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: test - name: test
@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup/action-macos-arm64.yml - uses: ./.github/actions/setup-macos-arm64/
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: test - name: test