commit | 8f61f0b58bd6779cc7d350be34c6e032ea19967a | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 15 20:40:13 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 6b96cdbd1ada222e64543d36ac130c2493d50fc8 | |
parent | 25a07c4a6b76061c3fffefe61cb8583d91b0bc01 [diff] |
ci: actually install the deps
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d9fc4c..cb28558 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -56,5 +56,8 @@ with: cache: poetry + - name: Install dependencies + run: poetry install --no-interaction --no-root + - name: Run test suite run: poetry run pytest atmosphere/tests/${{ matrix.type }}