Skip to content

Commit 90559b9

Browse files
fix: ci
1 parent 3920965 commit 90559b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: test
13+
run: pwd
1214
- name: Checkout Repository
1315
uses: actions/checkout@v4
1416
- name: Cache pip install
@@ -19,6 +21,4 @@ jobs:
1921
- name: Install Dependencies
2022
run: pip install -r requirements-dev.txt
2123
- name: Run test
22-
run: |
23-
pwd
24-
python -m pytest
24+
run: python -m pytest

0 commit comments

Comments
 (0)