Skip to content

Commit

Permalink
Fixed wrong arg
Browse files Browse the repository at this point in the history
  • Loading branch information
androidWG committed Dec 16, 2023
1 parent 82dd89b commit 4e5ff43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install libcairo-dev libgirepository1.0-dev
fi
python -m pip install packaging pipenv psutil
python setup.py setup --no-venv
python setup.py setup --global
- name: Build
run: python setup.py build
- name: Upload files
Expand Down Expand Up @@ -59,6 +59,6 @@ jobs:
sudo apt-get install libcairo-dev libgirepository1.0-dev
fi
python -m pip install packaging pipenv psutil
python setup.py setup --no-venv
python setup.py setup --global
- name: Run tests
run: python setup.py test

0 comments on commit 4e5ff43

Please sign in to comment.