Skip to content

Commit eb4fcd3

Browse files
committed
fix build
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent bd138be commit eb4fcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
if: inputs.vfxyear > 2023
8080
shell: bash
8181
run: |
82-
pwd
82+
#pwd
8383
conan profile detect --force
8484
conan install . --output-folder=build_deps --build=missing
8585
#yum install -y json-devel
86-
python -m pip install nanobind pytest
86+
#python -m pip install nanobind pytest
8787
8888
- name: Configure CMake
8989
run: >

0 commit comments

Comments
 (0)