Skip to content

Commit

Permalink
Merge pull request #1297 from anarkiwi/cifix
Browse files Browse the repository at this point in the history
Fix CI test
  • Loading branch information
anarkiwi authored Jun 6, 2024
2 parents 1b6b946 + 2829ec7 commit 5b186f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Update requests for poetry
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.8.1
version: 1.5.1
- name: Get dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 5b186f7

Please sign in to comment.