From 84d89a881d61fe3458f8a66a8bdbef9c6056b887 Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:07:15 +0000 Subject: [PATCH] the joy workflows --- .github/workflows/pytest-devcontainer.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-devcontainer.yml b/.github/workflows/pytest-devcontainer.yml index 5ea4cfe..b373700 100644 --- a/.github/workflows/pytest-devcontainer.yml +++ b/.github/workflows/pytest-devcontainer.yml @@ -22,6 +22,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: ${{github.ref}} - name: Test with pytest on devcontainer uses: devcontainers/ci@v0.3 with: @@ -31,6 +33,6 @@ jobs: push: never runCmd: | pip install --upgrade pip - pip install -e . - pip install -r tests/pytest-requirements.txt + pip install -e ".[testing]"" + # pip install -r tests/pytest-requirements.txt pytest -rA \ No newline at end of file