From 60489cf964be53389d657d98010e4a943db94944 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Sat, 31 Aug 2024 19:09:09 +0200 Subject: [PATCH] avoid doubled dirs (due to symlink) in glob output --- .github/workflows/tests+pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 2d89e0bc..afa57efe 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -235,7 +235,7 @@ jobs: - if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}} run: | mkdir -p /home/runner/work/_temp/_github_home/figures - mv /tmp/pytest-of-runner/pytest-*/test_run_notebooks_examples_*/fig_4.svg /home/runner/work/_temp/_github_home/figures + mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/fig_4.svg /home/runner/work/_temp/_github_home/figures - if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}} uses: eine/tip@master