Skip to content

Commit

Permalink
[ci] Disables codegen while waiting Pinocchio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Aug 4, 2023
1 parent 419a7c9 commit 4da5c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash -l {0}
if: contains(matrix.build_type, 'Release')
run: |
echo "codegen_support=ON" >> "$GITHUB_ENV"
echo "codegen_support=OFF" >> "$GITHUB_ENV"
- name: Disable CppADCodeGen compilation
shell: bash -l {0}
Expand Down

0 comments on commit 4da5c55

Please sign in to comment.