Skip to content

Commit

Permalink
Try fix pyproject.toml deploy II (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Oct 18, 2024
1 parent 79a0ac0 commit 3f00f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build setuptools-scm
python -m pip install build setuptools-scm numpy
- name: Create package
run: |
Expand Down

0 comments on commit 3f00f24

Please sign in to comment.