Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorossi committed May 16, 2023
1 parent e36fce5 commit 20b30ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
pip install -r requirements.txt
- name: Build and install package
run: |
mkdir dist
mkdir -p dist
python -m build --wheel -o dist/
pip install dist/*.whl

0 comments on commit 20b30ce

Please sign in to comment.