Skip to content

Commit

Permalink
action: fix setup
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>
  • Loading branch information
hthiery committed Oct 29, 2024
1 parent c253a80 commit fd64833
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install pytest
python -m pip install --upgrade pip
pip install setuptools
python setup.py install
- name: Test with pytest
run: |
pytest

0 comments on commit fd64833

Please sign in to comment.