Skip to content

Commit

Permalink
Update CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Mar 10, 2025
1 parent 70e7246 commit 8c4327e
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,15 @@ jobs:
test_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libyaml-dev

- name: Configure pip to use wheels
run: pip config set global.use-binary-packages true

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.2.1

- name: Install setuptools with compatible version
run: pip install setuptools==59.6.0
poetry-version: 2.1.1

- name: Install Dependencies
run: poetry install
Expand Down

0 comments on commit 8c4327e

Please sign in to comment.