Skip to content

Commit

Permalink
on ci, replace /tmp to /private/tmp for macos for no-path makim file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 7, 2023
1 parent d17aa6d commit dcd2d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bashrc
echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bash_profile
gsed -i s:/tmp:/private/tmp:g tests/.makim-working-directory-absolute-path.yaml
gsed -i s:/tmp:/private/tmp:g tests/.makim-working-directory-no-path.yaml
- name: Prepare conda environment (windows)
if: ${{ matrix.os == 'windows' }}
Expand Down

0 comments on commit dcd2d18

Please sign in to comment.