Skip to content

Commit

Permalink
[ci] print cl:*features*
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed May 12, 2024
1 parent ab5fd9d commit 351a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Test without numpy
run: |
ls
cl --eval '(push #P"./" ql:*local-project-directories*)' --eval '(ql:quickload "py4cl2-cffi")' --eval '(assert (= 5 (py4cl2-cffi:pyeval 5)))' --eval '(print py4cl2-cffi:*internal-features*)'
cl --eval '(push #P"./" ql:*local-project-directories*)' --eval '(ql:quickload "py4cl2-cffi")' --eval '(print cl:*features*)' --eval '(assert (= 5 (py4cl2-cffi:pyeval 5)))' --eval '(print py4cl2-cffi:*internal-features*)'
# We avoid caching the apt and python modules; need to deal with recursive dependencies

Expand Down

0 comments on commit 351a465

Please sign in to comment.