mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
build-linux rollback
This commit is contained in:
parent
8c7e3c858f
commit
121c3c7ee5
1 changed files with 2 additions and 6 deletions
8
.github/workflows/test-and-deploy.yml
vendored
8
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -185,11 +185,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
/opt/python/${{ matrix.python }}/bin/python -m pip install setuptools
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Compile c headers
|
||||
run: |
|
||||
|
|
@ -223,7 +219,7 @@ jobs:
|
|||
run: ls -R dist
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist-artifacts-manylinux-${{ matrix.python }}
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue