Skip to content

Commit

Permalink
ci(tests.yml): gh-actions error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwong009 committed Feb 14, 2024
1 parent 49685fe commit a61b2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Xcode check (macos)
if: matrix.os == 'macos-latest'
run: |
clang -- version
clang --version
xcrun --show-sdk-path
- name: Test pycmtensor import
Expand Down

0 comments on commit a61b2ca

Please sign in to comment.