We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0172e8f + ee74756 commit 4a6bb96Copy full SHA for 4a6bb96
.github/workflows/copy_conda_packages.yml
@@ -0,0 +1,22 @@
1
+on:
2
+ schedule:
3
+ # Run once a day at 20:10 UTC
4
+ - cron: '10 20 * * *'
5
+
6
+jobs:
7
+ copy_packages:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
11
+ - uses: actions/checkout@v1
12
13
+ - name: Set up Python ${{ matrix.python-version }}
14
+ uses: actions/setup-python@v1
15
+ with:
16
+ python-version: 3.8
17
18
+ - name: Perform copy
19
+ run: |
20
+ git clone git://github.com/glue-viz/conda-sync.git
21
+ mv conda-sync/sync.py .
22
+ python drive_copy.py
vp_copy.yaml
@@ -4,3 +4,4 @@
# not in the defaults channel.
- name: autobahn
- name: txaio
+- name: vpython
0 commit comments