conda-forge / conda-forge/conda-forge.github.io

regro-cf-autotick-bot breaks skip line

Ouverte
#1,259 6 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
170
Forks
320
Merge moyen
2 j 10 h
PR mergées (30 j)
5

Description

- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.

Issue:

I am having an issue with one of the conda forge bots, apologies if this is the wrong place for such an issue.

Each time the regro-cf-autotick-bot autobumps a package version, it mangles the `skip` line in the recipe, causing both the linter and all CI tests to fail.

For example: https://github.com/conda-forge/pp-sketchlib-feedstock/pull/22/files#diff-f3725a55bf339595bf865fec73bda8ac99f283b0810c205442021f29c06eea9aR14-R15

```
skip: true # [py2k or win or cuda_compiler_version == "9.2" or cuda_compiler_version == "10.0" or cuda_compiler_version == "10.1" or cuda_compiler_version == "10.2"]
```
becomes:
```
? skip__###conda-selector###__py2k or win or cuda_compiler_version == "9.2" or cuda_compiler_version == "10.0" or cuda_compiler_version == "10.1" or cuda_compiler_version == "10.2"
: true
```

This has happened on every autobump on this feedstock. Is this an expected feature to get me to check the skip line, or a problem with the bot?



Environment (conda list):

```
$ conda list

```



Details about conda and system ( conda info ):

```
$ conda info

```

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.