Skip to content

Commit

Permalink
Fixed some failing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
goord committed May 24, 2024
1 parent d0e8eaf commit 932f66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest
python-version: '3.8'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/sonarcloud.yml

This file was deleted.

0 comments on commit 932f66b

Please sign in to comment.