Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Apr 19, 2024
1 parent 7d9a5a6 commit ec58651
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
environment-file: environment.yml

- name: Build sdist
run: pip install --no-deps . # pipx run build --sdist
shell: bash -l {0}
run: |
pip install --no-deps . # pipx run build --sdist
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ec58651

Please sign in to comment.