Skip to content

Commit 11373dd

Browse files
committed
Remove quotes from categories
1 parent ed288af commit 11373dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
environment-name: causalpy-test-${{ matrix.python-version }}
4646
cache-environment: true
4747
create-args: >-
48-
--category "main"
49-
--category "dev"
48+
--category main
49+
--category dev
5050
- name: Run doctests
5151
run: |
5252
pip install -e .[test]

0 commit comments

Comments
 (0)