Spaces:
Running
Running
Commit
·
e2988c9
1
Parent(s):
eed2cc5
Increase action versions
Browse files- .github/workflows/CI.yml +5 -5
- .github/workflows/CI_Windows.yml +3 -3
- .github/workflows/CI_conda_forge.yml +1 -1
- .github/workflows/CI_docker.yml +1 -1
- .github/workflows/CI_docker_large_nightly.yml +1 -1
- .github/workflows/CI_large_nightly.yml +3 -3
- .github/workflows/CI_mac.yml +2 -2
- .github/workflows/docs.yml +2 -2
.github/workflows/CI.yml
CHANGED
|
@@ -31,9 +31,9 @@ jobs:
|
|
| 31 |
os: [ubuntu-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
-
- uses: actions/checkout@
|
| 35 |
- name: "Set up Julia"
|
| 36 |
-
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
| 38 |
version: ${{ matrix.julia-version }}
|
| 39 |
- name: "Cache dependencies"
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
-
uses: actions/setup-python@
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
|
@@ -90,9 +90,9 @@ jobs:
|
|
| 90 |
os: ['ubuntu-latest']
|
| 91 |
|
| 92 |
steps:
|
| 93 |
-
- uses: actions/checkout@
|
| 94 |
- name: "Set up Julia"
|
| 95 |
-
uses: julia-actions/setup-julia@v1
|
| 96 |
with:
|
| 97 |
version: ${{ matrix.julia-version }}
|
| 98 |
- name: "Cache dependencies"
|
|
|
|
| 31 |
os: [ubuntu-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
+
- uses: actions/checkout@v3
|
| 35 |
- name: "Set up Julia"
|
| 36 |
+
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
| 38 |
version: ${{ matrix.julia-version }}
|
| 39 |
- name: "Cache dependencies"
|
|
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
+
uses: actions/setup-python@v4
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
|
|
|
| 90 |
os: ['ubuntu-latest']
|
| 91 |
|
| 92 |
steps:
|
| 93 |
+
- uses: actions/checkout@v3
|
| 94 |
- name: "Set up Julia"
|
| 95 |
+
uses: julia-actions/setup-julia@v1
|
| 96 |
with:
|
| 97 |
version: ${{ matrix.julia-version }}
|
| 98 |
- name: "Cache dependencies"
|
.github/workflows/CI_Windows.yml
CHANGED
|
@@ -31,9 +31,9 @@ jobs:
|
|
| 31 |
os: [windows-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
-
- uses: actions/checkout@
|
| 35 |
- name: "Set up Julia"
|
| 36 |
-
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
| 38 |
version: ${{ matrix.julia-version }}
|
| 39 |
- name: "Cache dependencies"
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
-
uses: actions/setup-python@
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
|
|
|
| 31 |
os: [windows-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
+
- uses: actions/checkout@v3
|
| 35 |
- name: "Set up Julia"
|
| 36 |
+
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
| 38 |
version: ${{ matrix.julia-version }}
|
| 39 |
- name: "Cache dependencies"
|
|
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
+
uses: actions/setup-python@v4
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
.github/workflows/CI_conda_forge.yml
CHANGED
|
@@ -24,7 +24,7 @@ jobs:
|
|
| 24 |
use-mamba: [true, false]
|
| 25 |
|
| 26 |
steps:
|
| 27 |
-
- uses: actions/checkout@
|
| 28 |
- name: "Set up Conda"
|
| 29 |
uses: conda-incubator/setup-miniconda@v2
|
| 30 |
with:
|
|
|
|
| 24 |
use-mamba: [true, false]
|
| 25 |
|
| 26 |
steps:
|
| 27 |
+
- uses: actions/checkout@v3
|
| 28 |
- name: "Set up Conda"
|
| 29 |
uses: conda-incubator/setup-miniconda@v2
|
| 30 |
with:
|
.github/workflows/CI_docker.yml
CHANGED
|
@@ -34,7 +34,7 @@ jobs:
|
|
| 34 |
arch: ['linux/x86_64']
|
| 35 |
|
| 36 |
steps:
|
| 37 |
-
- uses: actions/checkout@
|
| 38 |
- name: Build docker
|
| 39 |
run: docker build -t pysr --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.julia-version }} --build-arg PYVERSION=${{ matrix.python-version }} .
|
| 40 |
- name: Test docker
|
|
|
|
| 34 |
arch: ['linux/x86_64']
|
| 35 |
|
| 36 |
steps:
|
| 37 |
+
- uses: actions/checkout@v3
|
| 38 |
- name: Build docker
|
| 39 |
run: docker build -t pysr --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.julia-version }} --build-arg PYVERSION=${{ matrix.python-version }} .
|
| 40 |
- name: Test docker
|
.github/workflows/CI_docker_large_nightly.yml
CHANGED
|
@@ -23,7 +23,7 @@ jobs:
|
|
| 23 |
arch: ['linux/x86_64', 'linux/amd64']
|
| 24 |
|
| 25 |
steps:
|
| 26 |
-
- uses: actions/checkout@
|
| 27 |
- name: Set up QEMU
|
| 28 |
uses: docker/setup-qemu-action@v2
|
| 29 |
with:
|
|
|
|
| 23 |
arch: ['linux/x86_64', 'linux/amd64']
|
| 24 |
|
| 25 |
steps:
|
| 26 |
+
- uses: actions/checkout@v3
|
| 27 |
- name: Set up QEMU
|
| 28 |
uses: docker/setup-qemu-action@v2
|
| 29 |
with:
|
.github/workflows/CI_large_nightly.yml
CHANGED
|
@@ -25,13 +25,13 @@ jobs:
|
|
| 25 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
| 26 |
|
| 27 |
steps:
|
| 28 |
-
- uses: actions/checkout@
|
| 29 |
- name: "Set up Julia"
|
| 30 |
-
uses: julia-actions/setup-julia@v1
|
| 31 |
with:
|
| 32 |
version: ${{ matrix.julia-version }}
|
| 33 |
- name: "Set up Python"
|
| 34 |
-
uses: actions/setup-python@
|
| 35 |
with:
|
| 36 |
python-version: ${{ matrix.python-version }}
|
| 37 |
- name: "Install PySR"
|
|
|
|
| 25 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
| 26 |
|
| 27 |
steps:
|
| 28 |
+
- uses: actions/checkout@v3
|
| 29 |
- name: "Set up Julia"
|
| 30 |
+
uses: julia-actions/setup-julia@v1
|
| 31 |
with:
|
| 32 |
version: ${{ matrix.julia-version }}
|
| 33 |
- name: "Set up Python"
|
| 34 |
+
uses: actions/setup-python@v4
|
| 35 |
with:
|
| 36 |
python-version: ${{ matrix.python-version }}
|
| 37 |
- name: "Install PySR"
|
.github/workflows/CI_mac.yml
CHANGED
|
@@ -31,7 +31,7 @@ jobs:
|
|
| 31 |
os: [macos-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
-
- uses: actions/checkout@
|
| 35 |
- name: "Set up Julia"
|
| 36 |
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
-
uses: actions/setup-python@
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
|
|
|
| 31 |
os: [macos-latest]
|
| 32 |
|
| 33 |
steps:
|
| 34 |
+
- uses: actions/checkout@v3
|
| 35 |
- name: "Set up Julia"
|
| 36 |
uses: julia-actions/setup-julia@v1
|
| 37 |
with:
|
|
|
|
| 48 |
${{ runner.os }}-build-
|
| 49 |
${{ runner.os }}-
|
| 50 |
- name: "Set up Python"
|
| 51 |
+
uses: actions/setup-python@v4
|
| 52 |
with:
|
| 53 |
python-version: ${{ matrix.python-version }}
|
| 54 |
- name: "Install PySR"
|
.github/workflows/docs.yml
CHANGED
|
@@ -20,9 +20,9 @@ jobs:
|
|
| 20 |
shell: bash
|
| 21 |
|
| 22 |
steps:
|
| 23 |
-
- uses: actions/checkout@
|
| 24 |
- name: "Set up Python"
|
| 25 |
-
uses: actions/setup-python@
|
| 26 |
with:
|
| 27 |
python-version: 3.9
|
| 28 |
- name: "Install packages for docs building"
|
|
|
|
| 20 |
shell: bash
|
| 21 |
|
| 22 |
steps:
|
| 23 |
+
- uses: actions/checkout@v3
|
| 24 |
- name: "Set up Python"
|
| 25 |
+
uses: actions/setup-python@v4
|
| 26 |
with:
|
| 27 |
python-version: 3.9
|
| 28 |
- name: "Install packages for docs building"
|