Skip to content

Commit 83f5126

Browse files
committed
ci: Fix paths in smoketest scripts
1 parent 9f8758a commit 83f5126

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/tests/test_pipenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pip -q install pipenv
66
mkdir /pipenv || true
77
cd /pipenv
88

9-
pipenv run /ci/smoketest.sh
9+
pipenv run /ci/tests/smoketest.sh

ci/tests/test_poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cd /poetry
99
poetry init -q
1010

1111
# Yes, we need to set RUNNER, and we need to "poetry run" the script.
12-
RUNNER="poetry run" poetry run /ci/smoketest.sh
12+
RUNNER="poetry run" poetry run /ci/tests/smoketest.sh

0 commit comments

Comments
 (0)