From 22c197da33f3cf0e86626c25d57ac4f0d54b1ce1 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 4 Aug 2024 08:28:19 -0400 Subject: [PATCH] add attrs to downstream, fix jsonschema label ci trigger --- .github/workflows/ci.yml | 6 ++++++ requirements-dev.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16df5543f..36aee095e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,12 @@ on: tags: - '*' pull_request: + # We also want this workflow triggered if the `jsonschema` label is + # added or present when PR is updated + types: + - synchronize + - labeled + # Only cancel in-progress jobs or runs for the current workflow # This cancels the already triggered workflows for a specific PR without canceling diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f13d9dac..b9fdd75fb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,7 @@ git+https://github.com/asdf-format/asdf-standard git+https://github.com/asdf-format/asdf-transform-schemas git+https://github.com/yaml/pyyaml.git +git+https://github.com/python-attrs/attrs numpy>=0.0.dev0 # although we don't use scipy, we include it here so that any dependency