commit | fc31dcc83ac7481b53ca05603928a05c46282657 | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Wed Dec 28 22:32:30 2022 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Dec 28 10:58:20 2022 -0500 |
tree | c44952246a6fa54d3c10e4a5a1058a15b3d3889f | |
parent | 6ffcda54d92b6237cfe3c8df486edd1a0ea2bc37 [diff] [blame] |
Revert poetry dep list and install all-extras in CI
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95c77b6..e7a57f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -69,7 +69,7 @@ cache: poetry - name: Install dependencies - run: poetry install --no-interaction + run: poetry install --no-interaction --all-extras - name: Run test suite run: poetry run pytest atmosphere/tests/${{ matrix.type }}