Skip to content

Commit 62f5dbf

Browse files
committed
update binder-examples/requirements tag test to one with specified Python version
1 parent abe2cc8 commit 62f5dbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/external/reproductions.repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
ref: b8259dac9eb
1111
verify: python -c 'import matplotlib'
1212
# Test that a full remote/ref works
13-
- name: Binder Examples - Requirements
13+
- name: Binder Examples - Requirements - origin/main
1414
url: https://github.com/binder-examples/requirements
1515
ref: origin/main
1616
verify: python -c 'import matplotlib'
1717
# Test that ref is added to branch if not present
18-
- name: Binder Examples - Requirements
18+
- name: Binder Examples - Requirements - main
1919
url: https://github.com/binder-examples/requirements
2020
ref: main
2121
verify: python -c 'import matplotlib'
2222
# Test that tags work + ref is added to tag if not present
23-
- name: Binder Examples - Requirements
23+
- name: Binder Examples - Requirements - tag
2424
url: https://github.com/binder-examples/requirements
25-
ref: python-3.7
25+
ref: python-3.8
2626
verify: python -c 'import matplotlib'
2727
# Zenodo record of https://github.com/binder-examples/requirements
2828
- name: 10.5281/zenodo.3242074

0 commit comments

Comments
 (0)