update @native
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
86fa5fb22b
commit
ae6ecf4fa1
@ -25,10 +25,12 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Create python virtualenv
|
||||
run: python3 -m venv venv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user