This commit is contained in:
@@ -6,12 +6,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: gitea
|
||||||
steps:
|
steps:
|
||||||
- name: Check Python
|
- name: Check environment
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/python3 --version || /usr/local/bin/python3 --version || echo "Python not found"
|
whoami
|
||||||
- name: Install deps using pip3
|
pwd
|
||||||
|
python3 --version || echo "Python not found"
|
||||||
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
pip3 install -e ".[dev]"
|
pip3 install -e ".[dev]"
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|||||||
Reference in New Issue
Block a user