This commit is contained in:
5
.github/workflows/gdmc.yml
vendored
5
.github/workflows/gdmc.yml
vendored
@@ -11,7 +11,10 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Pip
|
- name: Pip
|
||||||
run: pip install -r requirements.txt
|
run: |
|
||||||
|
virtualenv --python=python3 pythonenv
|
||||||
|
source pythonenv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: python3 main.py
|
run: python3 main.py
|
||||||
Reference in New Issue
Block a user