Skip to content

Commit

Permalink
Update run_unittests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeale-IL authored Oct 2, 2024
1 parent 1f960f1 commit be27839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: |
poetry install
poetry install -E test
shell: bash
if: steps.cache.outputs.cache-hit != 'true'
- name: Test with pytest
Expand Down

0 comments on commit be27839

Please sign in to comment.