File tree 1 file changed +8
-15
lines changed
1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,17 @@ jobs:
20
20
shell : bash -el {0}
21
21
22
22
steps :
23
- - name : Checkout
24
- uses : actions/checkout@v3
25
- with :
26
- fetch-depth : 0
23
+ - name : Checkout Code Repository
24
+ uses : actions/checkout@v4
27
25
28
- - uses : mamba-org /setup-micromamba@v1
26
+ - uses : conda-incubator /setup-miniconda@v3
29
27
with :
28
+ miniconda-version : " latest" dev
30
29
environment-file : conda/release.yaml
31
- condarc-file : .github/workflows/.condarc
32
- micromamba-binary-path : ${{ runner.temp }}/bin/micromamba
33
- micromamba-root-path : ${{ runner.temp }}/micromamba
34
- environment-name : pydantic-to-django-model-release
35
- generate-run-shell : false
36
- create-args : -v
37
- init-shell : >-
38
- bash
39
- # cache-environment: true
40
- post-cleanup : ' all'
30
+ channels : conda-forge,nodefaults
31
+ activate-environment : pydantic-to-django-model-release
32
+ auto-update-conda : true
33
+ conda-solver : libmamba
41
34
42
35
- name : Create file with environment variables
43
36
run : touch .env
You can’t perform that action at this time.
0 commit comments