Skip to content

Commit 09e4bc1

Browse files
authored
Update run_tests.yml
1 parent e7637e3 commit 09e4bc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13+
- name: Install dependencies
14+
run: |-
15+
python -m pip install --upgrade pip
16+
pip install pytest
17+
1318
- name: Free space
1419
run: df -h && rm -rf /opt/hostedtoolcache* && df -h
1520

0 commit comments

Comments
 (0)