This commit is contained in:
parent
9d16212e2e
commit
9b92b3afee
1 changed files with 2 additions and 4 deletions
|
@ -18,11 +18,9 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
runs-on: docker
|
runs-on: alpine
|
||||||
container:
|
|
||||||
image: alpine:latest
|
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs py3-pip ruff
|
- run: apk add py3-pip ruff
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: pip install -r requirements.txt --break-system-packages
|
- run: pip install -r requirements.txt --break-system-packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue