zalupa
Build Python Package / build (push) Waiting to run Details

This commit is contained in:
trueold89 2024-06-09 01:47:48 +03:00
parent 798013dc1f
commit 658d1813f2
Signed by: trueold89
GPG Key ID: C122E85DD49E6B30
1 changed files with 3 additions and 0 deletions

View File

@ -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