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 a123586 + e498f1d commit c631810Copy full SHA for c631810
tests/external/reproductions.repos.yaml
@@ -12,12 +12,12 @@
12
# Test that a full remote/ref works
13
- name: Binder Examples - Requirements
14
url: https://github.com/binder-examples/requirements
15
- ref: origin/master
+ ref: origin/main
16
verify: python -c 'import matplotlib'
17
# Test that ref is added to branch if not present
18
19
20
- ref: master
+ ref: main
21
22
# Test that tags work + ref is added to tag if not present
23
0 commit comments