aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index e504ea2..20aa3b7 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -54,11 +54,11 @@ jobs:
--hostname pdsnk-dev \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE='/snekbox/Pipfile\' \
- -e ENV='${{ github.workspace }}/scripts/.profile' \
- --volume '${{ github.workspace }}':'${{ github.workspace }}' \
- --workdir '${{ github.workspace }}'\
+ -e ENV='${PWD}/scripts/.profile' \
+ --volume '${PWD}':'${PWD}' \
+ --workdir '${PWD}' \
--entrypoint /bin/bash \
- ghcr.io/python-discord/snekbox-base:latest"
+ ghcr.io/python-discord/snekbox-venv:latest"
- name: Install dependencies
run: "docker exec snekbox_test /bin/bash -c \