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