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