We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745545c commit 05273deCopy full SHA for 05273de
.github/workflows/main.yml
@@ -63,13 +63,13 @@ jobs:
63
if: matrix.os != 'windows-latest'
64
run: |
65
micromamba activate pybind11_json
66
- ./test/test_pybind11_json
67
- working-directory: build
+ test_pybind11_json
+ working-directory: build/test
68
69
- name: Windows, Run tests
70
if: matrix.os == 'windows-latest'
71
shell: cmd
72
73
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate pybind11_json
74
75
0 commit comments