Skip to content

Commit

Permalink
Fix blinker package version for pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Jun 25, 2024
1 parent 3e1f875 commit 1af8641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/user_geneset_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
run: pip install selenium-wire
- name: Install Webdriver Manager
run: pip install webdriver-manager
- name: Install Blinker
run: pip install blinker==1.7.0
- name: Run App Tests
run: pytest test_user_genesets.py
working-directory: src/tests
Expand Down

0 comments on commit 1af8641

Please sign in to comment.