Skip to content

Commit

Permalink
specifying workspace folder #4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 17, 2024
1 parent d784f0b commit b70a32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gpu_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: /dev/shm # let's make this a variable!!
installer-parallel: true
Expand All @@ -57,6 +57,7 @@ jobs:
df -h
- name: Check poetry version
run: |
poetry env info
poetry --version
- name: Install dependencies with Poetry
run: |
Expand Down

0 comments on commit b70a32a

Please sign in to comment.