We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3cec9 commit 3fe9f3bCopy full SHA for 3fe9f3b
.github/workflows/build-matrix.yml
@@ -44,8 +44,6 @@ jobs:
44
- name: Compile native code for the unit tests
45
run: |
46
cd tests/test_native_library
47
- pwd
48
- dir
49
cmake -Bbuild .
50
cmake --build build
51
- name: Test with pytest
0 commit comments