Skip to content

Commit

Permalink
fixing tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
royerloic committed Aug 31, 2024
1 parent 5b81534 commit dac781e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_requires =
xarray
arbol
playwright
duckduckgo_search==5.3.0b4
duckduckgo-search==6.2.11
ome-zarr
transformers
cryptography
Expand Down
4 changes: 2 additions & 2 deletions src/napari_chatgpt/utils/web/test/wikipedia_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def test_wikipedia_search_AE():



@pytest.mark.skipif(not is_api_key_available('OpenAI'),
reason="requires OpenAI key to run")
@pytest.mark.skipif(IN_GITHUB_ACTIONS or not is_api_key_available('OpenAI'),
reason="requires OpenAI key to run and doesn't work in Github Actions.")
def test_wikipedia_search_CZB():

try:
Expand Down

0 comments on commit dac781e

Please sign in to comment.