Skip to content

Commit

Permalink
freeze poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Mar 20, 2023
1 parent 8f0b030 commit 737d550
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install
- run: poetry run pylama
env:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install
- run: poetry run mypy
env:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install
- run: poetry run pytest -svv docs/source
env:
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install --with=uvloop
- run: >-
poetry run pytest \
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install --without=uvloop
- run: poetry run pytest -vv --aiomisc-test-timeout=120 tests
env:
Expand All @@ -126,7 +126,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install --without=uvloop
- run: poetry run pytest -vv --aiomisc-test-timeout=120 tests
env:
Expand All @@ -148,7 +148,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install poetry
- run: python -m pip install poetry==1.4.0
- run: poetry install --with=uvloop
- run: poetry run python -m pip install msgspec~=0.9.1
- run: >-
Expand Down

0 comments on commit 737d550

Please sign in to comment.