Skip to content

Commit

Permalink
ci: Try removing symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 10, 2022
1 parent e1258b4 commit 58dd3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# Test the module
- name: Run pytest-workflow
# only use one thread for pytest-workflow to avoid race condition on conda cache.
run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof --git-aware --color=yes
run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --kwdof --git-aware --color=yes

- name: Output log on failure
if: failure()
Expand Down

0 comments on commit 58dd3ac

Please sign in to comment.