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