Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand authored May 7, 2021
1 parent c8f2355 commit 153faee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
python -m pip install --upgrade pip
- name: Install cutting-edge Cython-based packages on Python dev versions
continue-on-error: ${{ matrix.allowed_failure || false }}
if: matrix.python-version == '3.10-dev'
run: |
sudo apt-get install libxml2-dev libxslt1-dev
Expand All @@ -66,11 +67,13 @@ jobs:
python -m pip install git+https://github.com/yaml/pyyaml.git
- name: Install dependencies
continue-on-error: ${{ matrix.allowed_failure || false }}
run: |
python -m pip install .
python -m pip install -r test-requirements.txt
- name: Test with coverage
continue-on-error: ${{ matrix.allowed_failure || false }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 153faee

Please sign in to comment.