Skip to content

Commit 3cdbfaf

Browse files
committed
whatever the env whatever the file
1 parent df275bc commit 3cdbfaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/all_tests_nnpdf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ jobs:
8383
- name: Keep conda package as artifact
8484
if: ${{ !cancelled() }}
8585
uses: actions/upload-artifact@v4
86-
shell: bash -l {0}
8786
with:
8887
name: nnpdf-package-${{ github.job }}-${{ strategy.job-index }}.tar.bz2
89-
path: ${{ env.CONDA_PREFIX }}/conda-bld/noarch/*.tar.bz2
88+
path: ${{ env.CONDA }}/envs/*/conda-bld/noarch/*.tar.bz2
9089

9190
run_pytorch:
9291
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)