Skip to content

Commit e33c8cc

Browse files
committed
Add main and dev categories
1 parent 8d28c18 commit e33c8cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
environment-file: conda/conda-lock.yml
4545
environment-name: causalpy-test-${{ matrix.python-version }}
4646
cache-environment: true
47+
create-args: >-
48+
--category "main"
49+
--category "dev"
4750
- name: Run doctests
4851
run: |
4952
pip install -e .[test]

0 commit comments

Comments
 (0)