From af833333cc3e55b03f266b7da4465d4cd8b49588 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Wed, 4 Sep 2024 18:32:59 +0100 Subject: [PATCH] try with latest test action again --- .github/workflows/test_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 3181f5b..45c4a2b 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -38,10 +38,11 @@ jobs: ~/.NeuralPlayground/* key: cached-test-data enableCrossOsArchive: true - - uses: neuroinformatics-unit/actions/test@v2.0.0 + - uses: neuroinformatics-unit/actions/test@v2 with: python-version: ${{ matrix.python-version }} use-xvfb: true + secret-codecov-token: ${{ secrets.CODECOV_TOKEN }} build_sdist_wheels: name: Build source distribution