Skip to content

Commit

Permalink
CI: Minor tweaks to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed Jul 29, 2021
1 parent f7844de commit e0b2ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml → .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev
sudo pip3 install -r requirements.txt
- name: build_c
- name: build
run: |
python3 setup.py build
sudo python3 setup.py install
- name: test
- name: pytest
run: |
cd tests
pytest -v
pytest -s --verbose
- name: package_dist
run: |
Expand Down
File renamed without changes.

0 comments on commit e0b2ba5

Please sign in to comment.