Skip to content

Commit d07a47b

Browse files
[CI] Simplify conda env creation
1 parent 727207e commit d07a47b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/caches_cron_job.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
git config --global user.email "neo_ci@fake_mail.com"
6161
git config --global user.name "neo CI"
6262
python -m pip install -U pip # Official recommended way
63-
pip install --upgrade -e .
64-
pip install .[test]
63+
pip install --upgrade -e .[test]
6564
6665
create-data-cache-if-missing:
6766
name: Caching data env

0 commit comments

Comments
 (0)