Skip to content

Commit c631810

Browse files
authored
Merge pull request #1226 from manics/fix-test-reproductions
Fix tests/external/reproductions.repos.yaml
2 parents a123586 + e498f1d commit c631810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/external/reproductions.repos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# Test that a full remote/ref works
1313
- name: Binder Examples - Requirements
1414
url: https://github.com/binder-examples/requirements
15-
ref: origin/master
15+
ref: origin/main
1616
verify: python -c 'import matplotlib'
1717
# Test that ref is added to branch if not present
1818
- name: Binder Examples - Requirements
1919
url: https://github.com/binder-examples/requirements
20-
ref: master
20+
ref: main
2121
verify: python -c 'import matplotlib'
2222
# Test that tags work + ref is added to tag if not present
2323
- name: Binder Examples - Requirements

0 commit comments

Comments
 (0)