Skip to content
Snippets Groups Projects
Unverified Commit 14ba8134 authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong Committed by GitHub
Browse files

Update python-publish.yml

parent 28488a82
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,8 @@ jobs: ...@@ -32,7 +32,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install build python -m pip install --only-binary=numpy,scipy numpy scipy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package - name: Build package
run: python -m build run: python -m build
- name: Publish package - name: Publish package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment