Skip to content

Commit

Permalink
specify numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 18, 2024
1 parent f993cb2 commit a6dd767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install numpy ${{ matrix.numpy-version }}
run: |
mamba install -y ${{ matrix.numpy-version }}
mamba install -y numpy=${{ matrix.numpy-version }}
- name: Install python-pdal
run: |
Expand Down

0 comments on commit a6dd767

Please sign in to comment.