Skip to content

Commit

Permalink
Drop Ubuntu 20.04/Python 3.6 from testing on GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell authored Feb 11, 2025
1 parent 6e6b9ae commit eefc974
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
matrix:
os: [self-hosted, ubuntu-latest, macos-latest]
python-version: ['3.8', '3.10', '3.12']
include:
- os: ubuntu-20.04
python-version: '3.6'
- os: macos-latest
python-version: '3.6'
fail-fast: false
steps:
- name: "Software Install - Ubuntu"
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-20.04' || matrix.os == 'self-hosted' }}
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'self-hosted' }}
run: |
sudo apt-get update && \
sudo apt-get install -y \
Expand Down Expand Up @@ -88,7 +83,7 @@ jobs:
nbformat \
nbconvert
- name: "Software Install - PSRDADA"
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'self-hosted' }}
if: ${{ matrix.os == 'self-hosted' }}
run: |
git clone git://git.code.sf.net/p/psrdada/code psrdada
cd psrdada
Expand Down

0 comments on commit eefc974

Please sign in to comment.