Compare commits
1 Commits
45be58ca40
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6deb58fc27 |
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@@ -35,7 +35,11 @@ jobs:
|
||||
python -m build -w
|
||||
|
||||
- name: Install wheel
|
||||
run: pip install dist/*
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pip install dist/*
|
||||
|
||||
- name: Test
|
||||
run: python example_add.py
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
python example_add.py
|
||||
Reference in New Issue
Block a user