We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5d2dc commit 1bb8351Copy full SHA for 1bb8351
.github/workflows/test-install.yml
@@ -7,6 +7,7 @@ on:
7
- develop
8
- release/*
9
- dm/*
10
+ - misc/dependency-management # TODO: REMOVE AFTER TESTING
11
paths:
12
- 'setup.*'
13
- 'environment.yml'
.github/workflows/update-requirements.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branch:
6
- 'setup.json'
- '.github/workflows/update-requirements.yml'
0 commit comments