Skip to content

Commit

Permalink
Merge pull request #1354 from anarkiwi/poey
Browse files Browse the repository at this point in the history
poetry 1.8.3
  • Loading branch information
anarkiwi authored Jul 19, 2024
2 parents 410d2f0 + 4b77e54 commit 8825127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.5.1
version: 1.8.3
- name: Get dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -57,7 +57,8 @@ jobs:
poetry install --no-interaction -C gamutrfwaterfall && \
poetry install --no-interaction -C utils/mavlink-api && \
poetry install --no-interaction && \
sudo dpkg -r --force-depends python3-numpy
sudo pip3 install -U pyserial requests && \
sudo dpkg -r --force-depends python3-numpy python3-requests
- name: Code Quality - yamllint
run: |
yamllint -s *yml
Expand All @@ -75,7 +76,6 @@ jobs:
PYTHONPATH: /usr/local/lib/python3.10/dist-packages:/usr/lib/python3/dist-packages
run: |
sudo pip3 install pytype=="$(grep -E "pytype = " pyproject.toml | grep -Eo "[0-9\.]+")" && \
sudo pip3 install -U pyserial && \
pytype -k gamutrf/ && \
pytype -k gamutrflib/ && \
pytype -k utils/mavlink-api
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constraints": {
"poetry": "1.8.1"
"poetry": "1.8.3"
},
"extends": [
"config:base",
Expand Down

0 comments on commit 8825127

Please sign in to comment.