Skip to content

Commit

Permalink
test desktop with python3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 9, 2025
1 parent 5f4adff commit 0d6d73b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: deploy
on:
push:
branches:
- "master"
- "hotfix/**"
- "fix/try-fix-calendar-issue"

jobs:
binary:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04]

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.11.10

- name: 🐍 Install development dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check license headers
on:
push:
branches:
- "**"
- "fake"

jobs:
check-license-headers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
push:
branches:
- "**"
- "fake"

jobs:
python-lint:
Expand Down

0 comments on commit 0d6d73b

Please sign in to comment.