Skip to content

Commit

Permalink
[CI] Run cython-latest on stock ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Dec 2, 2021
1 parent 815cfab commit 0de6bee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,12 @@ jobs:

cython-latest:
name: Test pre-release version of Cython
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
name: Checkout the repository
with:
submodules: recursive
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: x64
- name: Install Apt dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 0de6bee

Please sign in to comment.