From 979e312e1184095327daf2483d9f144bae157eae Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Fri, 8 Sep 2023 11:30:26 +0200 Subject: [PATCH] Fixup path --- .github/workflows/test_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_latest.yml b/.github/workflows/test_latest.yml index 9e4dd639a..1909a72ec 100644 --- a/.github/workflows/test_latest.yml +++ b/.github/workflows/test_latest.yml @@ -65,7 +65,7 @@ jobs: run: ${{ steps.python.outputs.python-path }} -m pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple . - name: Run Tests run: | - cd ${{ github.workspace }} /.. # move out of the workspace to avoid direct import + cd ${{ github.workspace }}/.. # move out of the workspace to avoid direct import ${{ steps.python.outputs.python-path }} -Wd ${{ github.workspace }}/dev/continuous-integration/run_test_suite.py env: DEPRECATION_ERROR: true