@native update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
This commit is contained in:
parent
e4ecf0529b
commit
86fa5fb22b
@ -3,7 +3,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python: ["3.12.7"]
|
||||||
jobs:
|
jobs:
|
||||||
# test:
|
# test:
|
||||||
# runs-on: host
|
# runs-on: host
|
||||||
@ -23,6 +25,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref_name }}
|
ref: ${{ github.ref_name }}
|
||||||
|
- name: Set up Python ${{ matrix.python }}
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python }}
|
||||||
- name: Create python virtualenv
|
- name: Create python virtualenv
|
||||||
run: python3 -m venv venv
|
run: python3 -m venv venv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user