Skip to content

Commit

Permalink
typo in ci_workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 8, 2024
1 parent 6cf7d5f commit 57992f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ jobs:
-DOPENEXR_BUILD_PYTHON=ON
cmake --build . \
--config ${{ matrix.build-type }}
# Confirm the python tests run
env PYTHONPATH=. pytest ../src/wrappers/python/tests
working-directory: _wrappers
# Confirm the python tests run
env PYTHONPATH=. pytest ../src/wrappers/python/tests
- name: Test
run: |
ctest -T Test ${{ matrix.exclude-tests }} \
Expand Down Expand Up @@ -438,9 +438,9 @@ jobs:
-DOPENEXR_BUILD_PYTHON=ON
cmake --build . \
--config ${{ matrix.build-type }}
# Confirm the python tests run
env PYTHONPATH=. pytest ../src/wrappers/python/tests
working-directory: _wrappers
# Confirm the python tests run
env PYTHONPATH=. pytest ../src/wrappers/python/tests
- name: Test
run: |
ctest -T Test ${{matrix.exclude-tests }} \
Expand Down

0 comments on commit 57992f7

Please sign in to comment.