Skip to content

Commit 87fdf66

Browse files
committed
Enable conda ci for all PRs and remove experimental label
1 parent 1cf0c13 commit 87fdf66

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/ci-conda.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ on:
77
branches:
88
- 'public/build/**-runci'
99
pull_request:
10-
types:
11-
# Defaults
12-
- opened
13-
- synchronize
14-
- reopened
15-
# When a CI label is added
16-
- labeled
1710
workflow_dispatch:
1811
# Allow to run manually
1912

@@ -27,18 +20,6 @@ jobs:
2720
name: Conda
2821
runs-on: ${{ matrix.os }}
2922

30-
# Run on push, workflow dispatch and when certain labels are added or are present
31-
if: |
32-
github.event_name != 'pull_request' ||
33-
((github.event.action != 'labeled' &&
34-
(contains(github.event.pull_request.labels.*.name, 'c: packages: standard') ||
35-
contains(github.event.pull_request.labels.*.name, 'c: packages: optional') ||
36-
contains(github.event.pull_request.labels.*.name, 's: run conda ci'))) ||
37-
(github.event.action == 'labeled' &&
38-
(github.event.label.name == 'c: packages: optional' ||
39-
github.event.label.name == 'c: packages: standard' ||
40-
github.event.label.name == 's: run conda ci')))
41-
4223
strategy:
4324
fail-fast: false
4425
matrix:

src/doc/en/installation/conda.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,14 @@ from source as follows:
9393

9494
.. _sec-installation-conda-develop:
9595

96-
Using conda to provide all dependencies for the Sage library (experimental)
96+
Using conda to provide all dependencies for the Sage library
9797
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9898

9999
You can build and install the Sage library from source, using conda to
100100
provide all of its dependencies. This bypasses most of the build
101101
system of the Sage distribution and is the fastest way to set up an
102102
environment for Sage development.
103103

104-
Note that this is still an experimental feature and may not work as
105-
intended.
106-
107104
Here we assume that you are using a git checkout.
108105

109106
- Optionally, set the build parallelism for the Sage library. Use

0 commit comments

Comments
 (0)