Skip to content

Commit

Permalink
exporting PATH again
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup committed Jul 17, 2024
1 parent 561c4e8 commit 15cc68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Checking environment
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
conda create -n test_env
- name: Install py3nj
run: |
conda activate test_env
export PATH="$HOME/miniconda/bin:$PATH"
source activate test_env
conda list
pip install .
Expand Down

0 comments on commit 15cc68f

Please sign in to comment.