summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-09 15:28:59 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-09 15:28:59 -0500
commit65e243a2e7cbaea2447881c8df30d90570633f04 (patch)
treebb3ab85f30ebb6817f520b899701d502e12ee43a /.github
parent844152d178ac855bbb14f2172f96990c3514bef4 (diff)
downloadsdl_ios-65e243a2e7cbaea2447881c8df30d90570633f04.tar.gz
..
..
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a02ee3596..5072ad7f7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -106,10 +106,12 @@ jobs:
run: ls
- name: Install dependencies
run: |
- python -m pip install --upgrade pip
- pip install -r ./generator/requirements.txt
- - name: Test with pytest
- run: |
- pip install pytest
- pip install pytest-cov
- pytest ./generator/test/runner.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+ python3 -m pip install -r ./generator/requirements.txt
+ python3 ./generator/test/runner.py
+# python -m pip install --upgrade pip
+# pip install -r ./generator/requirements.txt
+# - name: Test with pytest
+# run: |
+# pip install pytest
+# pip install pytest-cov
+# pytest ./generator/test/runner.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html