Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Jun 12, 2023
1 parent 92fbd92 commit e24dbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
working-directory: ./build
run: ctest -V -C Release -R cxx_cpp_linear_programming
- name: Run specific python tests
if: ${{ matrix.sirius == 'ON' }}
if: ${{ matrix.python == 'ON' }}
working-directory: ./build
run: ctest -V -C Release -R python_python_linear_programming
- name: Run specific java tests
Expand Down

0 comments on commit e24dbfd

Please sign in to comment.