From ef72f91f1bab46edd1888cf6ed8ba9a1eba728fb Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:10:33 +0000 Subject: [PATCH] and again --- .github/workflows/pytest-devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-devcontainer.yml b/.github/workflows/pytest-devcontainer.yml index b373700..f4ae045 100644 --- a/.github/workflows/pytest-devcontainer.yml +++ b/.github/workflows/pytest-devcontainer.yml @@ -33,6 +33,6 @@ jobs: push: never runCmd: | pip install --upgrade pip - pip install -e ".[testing]"" + pip install -e ".[testing]" # pip install -r tests/pytest-requirements.txt pytest -rA \ No newline at end of file