Skip to content

Commit

Permalink
gha: linux windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 20, 2024
1 parent bf0886b commit 2843d24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: ./scripts/vendor.sh
- run: make loadable
- run: pip install pytest numpy; make test-loadable
Expand Down Expand Up @@ -43,6 +46,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
shell: bash
- run: ls vendor/
- run: make loadable
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2843d24

Please sign in to comment.