Skip to content

Commit

Permalink
Merge pull request #1474 from p-l-/fix-tinydb-37-tests
Browse files Browse the repository at this point in the history
Tests: fix TinyDB w/ Python 3.7
  • Loading branch information
p-l- committed Jan 15, 2023
2 parents 3fa843e + 6927218 commit f7066f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tinydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:

- run: pip install -r requirements-tinydb.txt

# this should be a dependency of tinydb
- run: pip install typing_extensions
if: ${{ matrix.python-version <= 3.7 }}

- name: Install IVRE
uses: ./.github/actions/install

Expand Down

0 comments on commit f7066f0

Please sign in to comment.