Skip to content

Commit

Permalink
Merge pull request #104 from ukhsa-collaboration/bugfix/releaseprep
Browse files Browse the repository at this point in the history
Bugfix/releaseprep
  • Loading branch information
twomagpi authored Sep 1, 2023
2 parents 7f14bbc + 87ed570 commit 4db451d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- dev
- feature/*
- bugfix/*

pull_request:
branches:
- master
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest] # macos-latest
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit 4db451d

Please sign in to comment.