Skip to content

Commit

Permalink
Update test_core.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 10, 2022
1 parent 2cd0dbd commit 5ed272d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install -r reqs/requirements.txt
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
libffi-dev
python3.10-venv

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: test
shell: wsl-bash {0}
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
build_mac:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: make all
- name: Test
Expand Down

0 comments on commit 5ed272d

Please sign in to comment.