Skip to content

Commit

Permalink
fix: wf
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Feb 12, 2025
1 parent 2823e8d commit f759909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
channels:
- conda-forge
- run:
micromamba create -n sources python=3.11 pip setuptools cython numpy
micromamba create -n sources python=3.11 pip setuptools cython build numpy
micromamba activate sources
pip install build --upgrade
python -m build --sdist -n
- name: Upload sources
Expand Down

0 comments on commit f759909

Please sign in to comment.