Skip to content

Commit 809242d

Browse files
authored
Merge pull request #188 from Tieqiong/fix
install req in sdist
2 parents ffb5104 + f096845 commit 809242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_build-non-pure-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
- name: Build sdist
3333
run: |
34+
conda install --file requirements/conda.txt
3435
pip install --upgrade build
3536
python -m build --sdist
3637

0 commit comments

Comments
 (0)