commit | 80aa1014f7f89b0148620d332b3b79d5279bb8a4 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 15 20:42:42 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 8cc9d88c5a20d13dfd47fc0e2b19569659490d55 | |
parent | 8f61f0b58bd6779cc7d350be34c6e032ea19967a [diff] |
ci: fix poetry install
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb28558..704706d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -57,7 +57,7 @@ cache: poetry - name: Install dependencies - run: poetry install --no-interaction --no-root + run: poetry install --no-interaction - name: Run test suite run: poetry run pytest atmosphere/tests/${{ matrix.type }}