This commit is contained in:
illegitimate-egg 2024-10-14 22:22:00 +01:00
parent fd8b7f91e5
commit 8a5ea32ed7

View File

@ -2,9 +2,9 @@ name: Test Compilation
on: on:
push: push:
branches: [ $default-branch ] branches: [ "master" ]
pull_request: pull_request:
branches: [ $default-branch ] branches: [ "master" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -14,7 +14,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
submodules: 'true' with:
submodules: 'true'
- name: Install python depdencies - name: Install python depdencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip