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