Skip to content

Commit

Permalink
Merge pull request #979 from lukaszstolarczuk/fix-conda-workflow
Browse files Browse the repository at this point in the history
[CI] Clean up after conda init in cmake.yml
  • Loading branch information
lukaszstolarczuk authored Nov 15, 2023
2 parents 659d3f4 + 6c832ba commit 9fc8230
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ jobs:
working-directory: ${{github.workspace}}/build
run: bin/codegen

# conda init adds content to user's profile making it failing (if conda is gone)
- name: Cleanup after conda init
run: |
cat ${HOME}/.profile || true
rm ${HOME}/.profile || true
windows-build:
name: Build - Windows
strategy:
Expand Down

0 comments on commit 9fc8230

Please sign in to comment.