mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
try build-linux with even older actions
This commit is contained in:
parent
d3b2c9f351
commit
0e4ecc3363
1 changed files with 31 additions and 33 deletions
8
.github/workflows/test-and-deploy.yml
vendored
8
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -180,12 +180,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
|
python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: quay.io/pypa/manylinux2014_x86_64
|
||||||
image: quay.io/pypa/manylinux2014_x86_64:2024-01-29-1785b0b
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v1
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Compile c headers
|
- name: Compile c headers
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -219,7 +217,7 @@ jobs:
|
||||||
run: ls -R dist
|
run: ls -R dist
|
||||||
|
|
||||||
- name: Archive build artifacts
|
- name: Archive build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: dist-artifacts-manylinux-${{ matrix.python }}
|
name: dist-artifacts-manylinux-${{ matrix.python }}
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue