Skip to content

Commit

Permalink
update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Mar 27, 2024
1 parent 5445c01 commit ff72c01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto_deploy_docs_pypi_onrelease.yml
Expand Up @@ -50,7 +50,6 @@ jobs:
deploy:
name: Build & deploy package
runs-on: ubuntu-latest
needs: docs
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
22 changes: 20 additions & 2 deletions .github/workflows/auto_formatting_tests_and_coverage.yml
Expand Up @@ -32,11 +32,11 @@ jobs:
# OSs to test
os: [ubuntu-latest, macos-latest]
# Python versions to test
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10']
# By default everything should pass for the workflow to pass
experimental: [false]
include:
# Windows sometimes fails to install due to dependency changes, but eventually sort themselves out. So let these tests fail
# Windows sometimes fails to install due to dependency changes, but eventually sort themselves out. So let these tests fail. Also issue on macos 3.11 with joblib so let that fail
- os: windows-latest
python-version: 3.8
experimental: true
Expand All @@ -49,6 +49,24 @@ jobs:
- os: windows-latest
python-version: 3.11
experimental: true
- os: macos-latest
python-version: 3.11
experimental: true
- os: ubuntu-latest
python-version: 3.11
experimental: false
- os: macos-14
python-version: 3.8
experimental: true
- os: macos-14
python-version: 3.9
experimental: true
- os: macos-14
python-version: '3.10'
experimental: true
- os: macos-14
python-version: 3.11
experimental: true
steps:
# Step up miniconda
- name: Download and setup Miniconda
Expand Down

0 comments on commit ff72c01

Please sign in to comment.