From dcd2d18db318a6b4c2b2bab93669ee80e2e176ac Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Thu, 7 Dec 2023 15:58:18 -0400 Subject: [PATCH] on ci, replace /tmp to /private/tmp for macos for no-path makim file --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e54280a..063fbaf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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' }}