yet another update
Build Python Package / build (push) Failing after -1s Details

This commit is contained in:
trueold89 2024-06-09 01:31:38 +03:00
parent 8646a3c421
commit 798013dc1f
Signed by: trueold89
GPG Key ID: C122E85DD49E6B30
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Create and activate virtual environment
run: |
python -m venv venv
source venv/bin/activate
. venv/bin/activate
- name: Install dependencies
run: |