Skip to content

Commit be36956

Browse files
committed
change env dir
1 parent b8c3273 commit be36956

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run Tests
4242
shell: bash -el {0}
4343
run: |
44-
pytest -s
44+
pytest -s -vvv
4545
4646
4747
test_with_pip:
@@ -67,4 +67,4 @@ jobs:
6767
- name: Run Tests
6868
shell: bash -el {0}
6969
run: |
70-
pytest -s
70+
pytest -s -vvv

dev-env-pip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ channels:
44
dependencies:
55
- python
66
- pip
7-
- pytest
7+
- pytest
8+
- pytest-sugar

dev-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ dependencies:
55
- python
66
- pip
77
- pytest
8+
- pytest-sugar
89
- typer
910
- appdirs
1011
- empack >=3,<4
1112
- microsoft::playwright
1213
- emsdk
13-
- rich
14+
- rich

0 commit comments

Comments
 (0)