Skip to content

Commit 2e0dcc6

Browse files
cd into package dir
1 parent e249da4 commit 2e0dcc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
3030
run: |
31-
python -m pip install --upgrade pip
3231
cd ${{ matrix.app }}
32+
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
3434
pip install tox tox-gh-actions
3535
- name: Test with Tox
36-
run: |
36+
runx: |
37+
cd ${{ matrix.app }}
3738
tox

0 commit comments

Comments
 (0)