summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 10:55:51 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-08-03 10:59:53 +0200
commit77a2a5ebbfaf3db1e399c580d9298867703aab93 (patch)
treec9e1142200e4ba51ce4250e694bcda9acb71144c
parentBe more verbose on error messages and parsing with construct. (diff)
downloadfreestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar.gz
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar.bz2
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar.lz
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar.xz
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.tar.zst
freestyle-hid-77a2a5ebbfaf3db1e399c580d9298867703aab93.zip
-rw-r--r--.github/workflows/pytest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index ef2cfe7..c27d37f 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
- pip install .[dev,tools]
+ pip install .[dev,tools,encryption]
- name: Test with pytest
run: |
pytest -vvv --mypy