Skip to content

Commit

Permalink
ci: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwong009 committed Aug 8, 2023
1 parent 7d949d3 commit 5bd2458
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 @@ -83,7 +83,7 @@ jobs:
- name: Show aesara.config ldflags
run: |
poetry run python -c "import aesara; print(aesara.config.blas__ldflags)"
poetry run python -c "import aesara; print(aesara.config.gcc_cxxflags)"
poetry run python -c "import aesara; print(aesara.config.gcc__cxxflags)"
########
# Test #
Expand Down

0 comments on commit 5bd2458

Please sign in to comment.