Skip to content

Commit

Permalink
update riot in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent b134d0a commit 8bae5c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- run: pip install riot==0.4.0
- run: pip install riot==0.19.0
- run: riot -v run -s black -- --check .
mypy:
runs-on: ubuntu-latest
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- run: pip install riot==0.4.0
- run: pip install riot==0.19.0
- run: riot -v run mypy
flake8:
runs-on: ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- run: pip install riot==0.4.0
- run: pip install riot==0.19.0
- run: riot -v run flake8
test:
strategy:
Expand All @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: install riot
run: pip install riot==0.4.0
run: pip install riot==0.19.0
- name: run tests
run: riot -v run --python=${{ matrix.python-version }} test -- --cov=asyncio_connection_pool --cov-branch --cov-config=.coveragerc
- name: upload coverage
Expand Down

0 comments on commit 8bae5c4

Please sign in to comment.