Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uw0s committed Apr 15, 2024
1 parent f8cf74a commit 8b7c5bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
needs: [make]
strategy:
matrix:
os: [ubuntu-20.04, windows-2022]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: ${{ matrix.python-version }}
- name: Check pip installation
run: |
pip install https://api.github.com/repos/valab-certh/meddisc/tarball/main#subdirectory=python

0 comments on commit 8b7c5bf

Please sign in to comment.