Skip to content

Commit

Permalink
update please for push
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 13, 2024
1 parent dfc515f commit f6a74e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
cd python/quantmsio
cd python/quantmsio
python -m pip install --upgrade pip
pip install build
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package
run: |
cd python/quantmsio && python -m build
Expand Down

0 comments on commit f6a74e1

Please sign in to comment.