File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
schedule :
3
3
# Run once a day at 20:10 UTC
4
- # But for now every hour on 30 .
5
- - cron : ' 30 * * * *'
4
+ # But for now every hour on 35 .
5
+ - cron : ' 35 * * * *'
6
6
7
7
jobs :
8
8
copy_packages :
@@ -11,12 +11,18 @@ jobs:
11
11
12
12
- uses : actions/checkout@v1
13
13
14
- - name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v1
14
+ - uses : goanpeca/setup-miniconda@v1
16
15
with :
17
- python-version : 3.8
16
+ auto-update-conda : true
17
+ python-version : 3.7
18
+
19
+ - name : Install dependencies
20
+ shell : bash -l {0}
21
+ run : |
22
+ conda install anaconda-client
18
23
19
24
- name : Perform copy
25
+ shell : bash -l {0}
20
26
run : |
21
27
git clone git://github.com/glue-viz/conda-sync.git
22
28
mv conda-sync/sync.py .
You can’t perform that action at this time.
0 commit comments