Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Mar 20, 2023
1 parent 67903b2 commit 0a76696
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,16 @@ jobs:
- 1.5.1 # Ubuntu 20.04
- '' # latest

include:
- python: 2.7
sympy: 0.7.3

name: >
🐍 ${{ matrix.python }}
• sympy ${{ matrix.sympy || 'latest'}}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 0a76696

Please sign in to comment.