diff options
-rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7cc905f..4185ea3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,15 +12,15 @@ defaults: jobs: - build: - env: - DISPLAY: :0 test-python: runs-on: ubuntu-22.04 strategy: matrix: python-version: [ '3.10' ] # '3.7', '3.8', '3.9' name: 'Python' + build: + env: + DISPLAY: :0 steps: - uses: actions/checkout@v2 - name: 'Install Python' |