This commit is contained in:
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@@ -35,7 +35,11 @@ jobs:
|
|||||||
python -m build -w
|
python -m build -w
|
||||||
|
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install dist/*
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install dist/*
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python example_add.py
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
|
python example_add.py
|
||||||
Reference in New Issue
Block a user