Update tests/external/reproductions.repos.yaml

pull/1226/head
Simon Li 2023-01-01 00:08:46 +00:00
rodzic fabf178d0b
commit e498f1df47
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,12 +12,12 @@
# Test that a full remote/ref works
- name: Binder Examples - Requirements
url: https://github.com/binder-examples/requirements
ref: origin/master
ref: origin/main
verify: python -c 'import matplotlib'
# Test that ref is added to branch if not present
- name: Binder Examples - Requirements
url: https://github.com/binder-examples/requirements
ref: master
ref: main
verify: python -c 'import matplotlib'
# Test that tags work + ref is added to tag if not present
- name: Binder Examples - Requirements