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 11on :
22 schedule :
33 # 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 * * * *'
66
77jobs :
88 copy_packages :
@@ -11,12 +11,18 @@ jobs:
1111
1212 - uses : actions/checkout@v1
1313
14- - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v1
14+ - uses : goanpeca/setup-miniconda@v1
1615 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
1823
1924 - name : Perform copy
25+ shell : bash -l {0}
2026 run : |
2127 git clone git://github.com/glue-viz/conda-sync.git
2228 mv conda-sync/sync.py .
You can’t perform that action at this time.
0 commit comments