Skip to content

Commit fbbf520

Browse files
authored
Merge pull request #1 from sbu-python-class/test
break add
2 parents 70327c5 + 2b50b7b commit fbbf520

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pytest-all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
cache: "pip"
3030

31+
- name: Install dependencies
32+
run: |
33+
python -m pip install --upgrade pip
34+
pip install -r requirements.txt
35+
3136
- name: Run tests with pytest
3237
run: pytest -v -s
3338

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest

0 commit comments

Comments
 (0)