diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 424c0f98..87f3a66a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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