Skip to content

Commit

Permalink
workflows: update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 21, 2024
1 parent b143d10 commit 80ed051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ulwgl-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Test with unittest
run: python3 ulwgl_test.py
- name: Test with unittest for plugins
if: matrix.version == '3.11' || matrix.version == '3.12'
if: ${{ matrix.version == '3.11' || matrix.version == '3.12' }}
run: python3 ulwgl_test_plugins.py

0 comments on commit 80ed051

Please sign in to comment.