Skip to content

Commit e83c61b

Browse files
committed
minor improvement to ci
1 parent 1db4d47 commit e83c61b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/ci.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,12 @@ jobs:
2121
with:
2222
python-version: '3.12'
2323

24-
- name: Set up dependencies
24+
- name: Set up dependencies using venv_create.sh
2525
run: |
2626
cd prj/script
2727
./venv_create.sh
2828
cd ../..
2929
30-
- name: Install dependencies
31-
run: |
32-
python -m pip install --upgrade pip
33-
pip install pytest mypy pylint
34-
3530
- name: Run tests with pytest
3631
run: ./prj/script/venv/bin/pytest test/
3732

.idea/workspace.xml

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)