Skip to content

Commit

Permalink
Make sure to use the right Python for building and checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mattooca committed Jan 7, 2025
1 parent e50bb38 commit 23d100d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel numpy h5py

- name: Build
run: make
run: make PYTHON=python

- name: Run check
run: make check
run: make check PYTHON=python

0 comments on commit 23d100d

Please sign in to comment.