diff --git a/.github/workflows/gdmc.yml b/.github/workflows/gdmc.yml index b8e1358..28d45b0 100644 --- a/.github/workflows/gdmc.yml +++ b/.github/workflows/gdmc.yml @@ -11,7 +11,10 @@ jobs: uses: actions/checkout@v3 - name: Pip - run: pip install -r requirements.txt + run: | + virtualenv --python=python3 pythonenv + source pythonenv/bin/activate + pip install -r requirements.txt - name: Run run: python3 main.py \ No newline at end of file