Skip to content

Commit

Permalink
add no interaction flag
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <isaac.milarsky@hhs.cms.gov>
  • Loading branch information
IsaacMilarky committed Jan 22, 2024
1 parent db788ba commit 2cca82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install
run: poetry install --no-interaction
- name: Run tests
run: cd cli; poetry run python -m pytest deduplifhirLib/tests.py
run-pylint:
Expand Down

0 comments on commit 2cca82c

Please sign in to comment.