zalupa
Build Python Package / build (push) Waiting to run
Details
Build Python Package / build (push) Waiting to run
Details
This commit is contained in:
parent
798013dc1f
commit
658d1813f2
|
@ -9,6 +9,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: python-3.12.3-alpine3.19
|
runs-on: python-3.12.3-alpine3.19
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create and activate virtual environment
|
- name: Create and activate virtual environment
|
||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
Loading…
Reference in New Issue