Skip to content

Commit

Permalink
move env
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Nov 29, 2023
1 parent 63abf09 commit 86b9e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ancestry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
env:
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/singularity
SINGULARITY_VERSION: 3.8.3
TMPDIR: ${{ runner.temp }}

jobs:
docker:
Expand Down Expand Up @@ -136,6 +135,8 @@ jobs:

- name: Run ancestry test
run: TMPDIR=~ PROFILE=singularity pytest --kwdof --symlink --git-aware --wt 2 --tag "ancestry" --ignore tests/bin
env:
TMPDIR: ${{ runner.temp }}

- name: Upload logs on failure
if: failure()
Expand Down

0 comments on commit 86b9e8f

Please sign in to comment.