diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 47e6c26..f4b2fe3 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -10,7 +10,7 @@ on: jobs: test-package: - runs-on: $$ {{ matrix.os }} + runs-on: ${{ matrix.os }} strategy: matrix: @@ -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", @@ -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 \ No newline at end of file