diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-05-05 13:29:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 13:29:49 +0200 |
commit | 0f7f313d847e8e36e9fb3c4e576619a3af3bfe56 (patch) | |
tree | c49de4722a3cc074a62d8fc449ce429f14d0458a /environment.yml | |
parent | a0f46219d3279b8347c0ccd3a87e719bc3d579d2 (diff) | |
download | numpy-0f7f313d847e8e36e9fb3c4e576619a3af3bfe56.tar.gz |
CI: fix the GitHub Actions trigger in docker.yml (#18912)
Also remove `tags: *`, this is unnecessary. This mirrors the
fix in SciPy, so should work. Somehow GitHub Actions no longer
likes `./` at the start of a path.
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml index 19fe69a79..5e1d4df23 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,8 @@ # To use: +# # $ conda env create -f environment.yml # `mamba` works too for this command # $ conda activate numpy-dev +# name: numpy-dev channels: - conda-forge |