diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 10:55:51 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-08-03 10:59:53 +0200 |
commit | 77a2a5ebbfaf3db1e399c580d9298867703aab93 (patch) | |
tree | c9e1142200e4ba51ce4250e694bcda9acb71144c /.github | |
parent | Be more verbose on error messages and parsing with construct. (diff) | |
download | freestyle-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 |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pytest.yml | 2 |
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 |