updated workflow
This commit is contained in:
@@ -15,11 +15,6 @@ jobs:
|
|||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install virtualenv
|
|
||||||
virtualenv -p python3.10 venv
|
|
||||||
source venv/bin/activate
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user