even more small fixes

This commit is contained in:
vbarda
2024-06-17 21:38:02 -04:00
parent fd5da5ec5e
commit c5ad863a04
4 changed files with 210 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
# in the `poetry_setup` action above to stop using the old cache.
# It doesn't matter how you change it, any change will cause a cache-bust.
working-directory: ${{ inputs.working-directory }}
run: poetry install --with test
run: poetry install --with dev
- name: Get .mypy_cache to speed up mypy
uses: actions/cache@v3
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
shell: bash
working-directory: ${{ inputs.working-directory }}
run: poetry install --with test
run: poetry install --with dev
- name: Run core tests
shell: bash