Skip to content

Commit

Permalink
CI: Try fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Aug 11, 2024
1 parent 536dd12 commit 2242ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:

- name: Run tests
run: |
MICROPYPATH=./ micropython tests/test_npyfile.py
MICROPYPATH=./ ${{ env.MICROPYTHON_BIN }} tests/test_npyfile.py
test_cpython:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ['3.10']

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2242ebb

Please sign in to comment.