Skip to content

Commit

Permalink
Do not clone repository to subdirectory in examples test (#6181)
Browse files Browse the repository at this point in the history
# Description

Test of examples starts failing as tox no longer discover tox.ini in a
subfolder and/or do not allow non-defined environments

tox-dev/tox#3089
  • Loading branch information
Czaki committed Aug 22, 2023
1 parent afa78b7 commit 1064695
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: napari-from-github

- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down

0 comments on commit 1064695

Please sign in to comment.