Skip to content

Commit

Permalink
Attempt to fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Kallis committed Nov 17, 2022
1 parent 3159446 commit 7984685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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,5 +19,5 @@ jobs:
python-version: 3.8
- name: Install requirements
run: pip install -e . tox tox-gh-actions
- name: Run tests
- name: Run checks
run: tox -e checks
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
minversion = 3.18
envlist =
py{37,38,39,310}-pandas{10,12,13,14,15}-pymongo{313,40,41,42,43}
py{38,39,310}-pandas{14,15}-pymongo{313,40,41,42,43}

[gh-actions]
python =
Expand Down

0 comments on commit 7984685

Please sign in to comment.