Skip to content

Commit

Permalink
fixup! Add test-package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Feb 15, 2024
1 parent 3321a5a commit 7853253
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test-package:
runs-on: $$ {{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
"windows-python-3-9",
"windows-python-3-10",
"windows-python-3-11",
"windows-python-3-12"
"windows-python-3-12",

"macos-python-3-8",
"macos-python-3-9",
Expand Down Expand Up @@ -94,6 +94,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install local package
run: make install local-package
run: make install-local-package
- name: Install requirements
run: make install-requirements && make install-test-requirements
- name: Test package
run: make test-package

0 comments on commit 7853253

Please sign in to comment.