Skip to content

Commit

Permalink
Try running in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Monarda committed Sep 12, 2024
1 parent 96d6d97 commit e0200b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
- lint
strategy:
matrix:
os: [ubuntu-latest, mac-latest]
os: [ubuntu-latest] #, mac-latest]
python-version: ["3.11", "3.12"]
runs-on: ${{ matrix.os }}
continue-on-error: true
container:
image: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e0200b7

Please sign in to comment.