Skip to content

Commit

Permalink
Create /tmp folder as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jul 4, 2024
1 parent a499b7b commit cc2f0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Print out CONDA_PREFIX
run: |
echo "CONDA_PREFIX: ${CONDA_PREFIX}"
- name: Create /tmp/ folder
run: |
mkdir -p /tmp
- name: Test with pytest
run: |
export CONDA_PREFIX=$(pwd)/tests;
Expand Down

0 comments on commit cc2f0a9

Please sign in to comment.