Skip to content

Commit

Permalink
copy test script to temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Sep 21, 2023
1 parent 2f2e1d1 commit 059ee3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
name: 'Install skrub'
env:
DEPS_VERSION: ${{ matrix.dependencies-version }}
- shell: bash
run: ${{ github.workspace }}/build_tools/github/test.sh
- run: |
cp ./build_tools/github/test.sh ${{ runner.temp }}
- shell: bash {0}
run: ./test.sh
working-directory: ${{ runner.temp }}
name: 'Run tests'
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 059ee3d

Please sign in to comment.