Skip to content

Commit

Permalink
[FIX] Bypass confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 17, 2023
1 parent 0c17f9c commit bfd39de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests-noscrypt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install .[dev]
pip uninstall scrypt
pip uninstall -y scrypt
- name: Test with coverage
env:
BCL_CONFIG_FILE: config_encryption.ini.unittest
Expand Down

0 comments on commit bfd39de

Please sign in to comment.