Skip to content

Commit

Permalink
Try installing package without hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jan 11, 2024
1 parent 386015f commit 25f220b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
python3 --version
- name: Upgrade pip and install dependencies
run: |
python3 -m pip install --upgrade hatch h5py
python3 -m pip install .[dev]
- name: Run unit tests
run: hatch run test
run: python3 -m pytest
- name: Verify that we can build the package
run: hatch build

Expand Down

0 comments on commit 25f220b

Please sign in to comment.