Skip to content

Commit 72f9bc6

Browse files
committed
Updating Github Actions
1 parent 97d5aaa commit 72f9bc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-actions-basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
20+
cache: "pip"
2021
- name: Install dependencies
2122
run: |
2223
python -m pip install --upgrade pip
@@ -33,5 +34,5 @@ jobs:
3334
working-directory: Chapter02
3435
- name: Test with pytest
3536
run: |
36-
pytest
37+
pytest -v
3738
working-directory: Chapter02

0 commit comments

Comments
 (0)