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