We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffb5104 + f096845 commit 809242dCopy full SHA for 809242d
1 file changed
.github/workflows/_build-non-pure-package.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Build sdist
33
run: |
34
+ conda install --file requirements/conda.txt
35
pip install --upgrade build
36
python -m build --sdist
37
0 commit comments