Skip to content

Commit

Permalink
Merge pull request #235 from ledatelescope/mac-py36
Browse files Browse the repository at this point in the history
Mac builds with Python 3.6 are failing in Github Actions
  • Loading branch information
jaycedowell committed May 29, 2024
2 parents b566729 + e3b6dae commit 8d87f9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
include:
- os: ubuntu-20.04
python-version: '3.6'
- os: macos-latest
python-version: '3.6'
fail-fast: false
steps:
- name: "Software Install - Ubuntu"
Expand All @@ -51,7 +49,7 @@ jobs:
gawk \
gnu-sed \
pkg-config
- uses: actions/setup-python@v5.0.0
- uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: "Software Install - Python"
Expand Down

0 comments on commit 8d87f9b

Please sign in to comment.