mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-08-03 10:36:02 -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
|
||||
|
||||
- name: Test python scripts
|
||||
run: |
|
||||
cd custom
|
||||
python -m unittest
|
||||
cd ..
|
||||
working-directory: custom
|
||||
env:
|
||||
PYTHONPATH: src/
|
||||
run: python -m unittest
|
||||
|
||||
- name: Set test tag variable as an output
|
||||
id: vars
|
||||
|
@ -1,2 +0,0 @@
|
||||
import sys
|
||||
sys.path.insert(0, "src")
|
Loading…
x
Reference in New Issue
Block a user