Commit 920fb59
authored
CI: Use pixi for all stages of testing (#102)
* Use pixi to provide the runtime environment for removal of the test-package
from the scientific-python-nightly-wheels channel.
* Use prefix-dev/setup-pixi to setup pixi with no environment created.
- Use 'run-install: false' to setup pixi with no install.
* Use 'pixi exec --spec' to create a temporary pixi environment with
anaconda-client installed for the 'anaconda remove' command.
$ pixi exec --help
Run a command in a temporary environment
Usage: pixi exec [OPTIONS] [COMMAND]...
Arguments:
[COMMAND]...
The executable to run
Options:
-s, --spec <SPECS>
Matchspecs of packages to install. If this is not provided, the
package is guessed from the command1 parent 591d26c commit 920fb59
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
| 105 | + | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
0 commit comments