Skip to content

Commit

Permalink
MAINT: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 11, 2023
1 parent cde358e commit fc7c0d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
strategy:
matrix:
python-version: [3.9]
myst_nb: [0.13.2, 0.16.0, 0.17.1]

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +36,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[testing]
pip install myst-nb==${{ matrix.myst_nb}}
- name: Install latex dependencies
run: |
sudo apt-get -qq update
Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8"]
python-version: ["3.10", "3.11", "3.12"]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc7c0d2

Please sign in to comment.