Skip to content

Commit

Permalink
minor improvement to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed May 9, 2024
1 parent 1db4d47 commit e83c61b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ jobs:
with:
python-version: '3.12'

- name: Set up dependencies
- name: Set up dependencies using venv_create.sh
run: |
cd prj/script
./venv_create.sh
cd ../..
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest mypy pylint
- name: Run tests with pytest
run: ./prj/script/venv/bin/pytest test/

Expand Down
5 changes: 3 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e83c61b

Please sign in to comment.