parent
cb54065df1
commit
4f6a9502be
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: CI
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -11,7 +11,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
env:
|
|
||||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
|
||||||
|
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue