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 }}