Skip to content

Commit

Permalink
Try to get go and python working
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 7, 2023
1 parent 67d5f15 commit b18e289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
# can run the full tests.
- name: Python 3.8
PYTHON: python3.8
os: 'ubuntu-20.02'
os: 'ubuntu-20.04'
apt_packages: 'python3.8'
THIN_FACTOR: 10
- name: Python 3.10
PYTHON: python3.10
os: 'ubuntu-22.02'
os: 'ubuntu-22.04'
apt_packages: 'python3.10'
THIN_FACTOR: 10
- name: Python (pypy3)
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Test Go
if: matrix.GO
run: |
export GO111MODULE=auto
go mod init snowball
$MAKE check_go GO="${{ matrix.GO }}"
- name: Test Pascal
if: matrix.FPC
Expand Down

0 comments on commit b18e289

Please sign in to comment.