update binder-examples/requirements tag test to one with specified Python version

pull/1219/head
Min RK 2023-02-08 14:26:12 +01:00
rodzic abe2cc8598
commit 62f5dbfe4e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 809C6E46EAA899F4
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -10,19 +10,19 @@
ref: b8259dac9eb ref: b8259dac9eb
verify: python -c 'import matplotlib' verify: python -c 'import matplotlib'
# Test that a full remote/ref works # Test that a full remote/ref works
- name: Binder Examples - Requirements - name: Binder Examples - Requirements - origin/main
url: https://github.com/binder-examples/requirements url: https://github.com/binder-examples/requirements
ref: origin/main ref: origin/main
verify: python -c 'import matplotlib' verify: python -c 'import matplotlib'
# Test that ref is added to branch if not present # Test that ref is added to branch if not present
- name: Binder Examples - Requirements - name: Binder Examples - Requirements - main
url: https://github.com/binder-examples/requirements url: https://github.com/binder-examples/requirements
ref: main ref: main
verify: python -c 'import matplotlib' verify: python -c 'import matplotlib'
# Test that tags work + ref is added to tag if not present # Test that tags work + ref is added to tag if not present
- name: Binder Examples - Requirements - name: Binder Examples - Requirements - tag
url: https://github.com/binder-examples/requirements url: https://github.com/binder-examples/requirements
ref: python-3.7 ref: python-3.8
verify: python -c 'import matplotlib' verify: python -c 'import matplotlib'
# Zenodo record of https://github.com/binder-examples/requirements # Zenodo record of https://github.com/binder-examples/requirements
- name: 10.5281/zenodo.3242074 - name: 10.5281/zenodo.3242074