Skip to content

Add workflow to copy packages #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/copy_conda_packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
schedule:
# Run once a day at 20:10 UTC
- cron: '10 20 * * *'

jobs:
copy_packages:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Perform copy
run: |
git clone git://github.com/glue-viz/conda-sync.git
mv conda-sync/sync.py .
python drive_copy.py
1 change: 1 addition & 0 deletions vp_copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# not in the defaults channel.
- name: autobahn
- name: txaio
- name: vpython