Skip to content

Commit

Permalink
python ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 21, 2023
1 parent 84e20b1 commit e1846ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
pip install -r requirements.txt
- name: run tests
run: |
python -m pip install --upgrade pip
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install nose2
nose2
- name: Build and publish
Expand Down

0 comments on commit e1846ed

Please sign in to comment.