mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-09 15:21:35 -04:00
Use suggested python path
This commit is contained in:
parent
84fef1d5d6
commit
9ee1b0f34a
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
|||||||
run: python -m pip install pyyaml
|
run: python -m pip install pyyaml
|
||||||
|
|
||||||
- name: Test python scripts
|
- name: Test python scripts
|
||||||
run: |
|
working-directory: custom
|
||||||
cd custom
|
env:
|
||||||
python -m unittest
|
PYTHONPATH: src/
|
||||||
cd ..
|
run: python -m unittest
|
||||||
|
|
||||||
- name: Set test tag variable as an output
|
- name: Set test tag variable as an output
|
||||||
id: vars
|
id: vars
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
import sys
|
|
||||||
sys.path.insert(0, "src")
|
|
Loading…
x
Reference in New Issue
Block a user