Skip to content

Commit da601d2

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ jobs:
7979
if: inputs.vfxyear > 2023
8080
shell: bash
8181
run: |
82-
#pwd
8382
conan profile detect --force
8483
conan install . --output-folder=build_deps --build=missing
85-
#yum install -y json-devel
86-
#python -m pip install nanobind pytest
84+
python -m pip install pytest
8785
8886
- name: Configure CMake
8987
run: >

0 commit comments

Comments
 (0)