Skip to content

Commit

Permalink
wip: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Apr 4, 2024
1 parent 6ca19f7 commit c0f133e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
run: |
export PIXI_VERSION=v${{ matrix.pixi-version }}
curl -fsSL https://pixi.sh/install.sh | bash
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install environment
run: poetry install
- name: Test with nox
Expand All @@ -46,13 +46,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: poetry
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install environment
run: poetry install
- name: Fetch coverage
Expand All @@ -71,13 +71,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: poetry
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install environment
run: poetry install
- name: Run code quality checks
Expand All @@ -86,11 +86,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
- name: Install Poetry
run: pipx install poetry==${{ env.poetry-version }}
- name: Validate Poetry configuration and lockfile freshness
run: poetry lock --check

0 comments on commit c0f133e

Please sign in to comment.