Skip to content

Commit

Permalink
fix: Refactor CI workflow to use matrix for environment variable and …
Browse files Browse the repository at this point in the history
…streamline setup
  • Loading branch information
jjjermiah committed Dec 10, 2024
1 parent 1cdcd39 commit 09a3944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,17 @@ jobs:
################################################################################################
Ruff:
runs-on: ubuntu-latest
env:
PIXI_ENV: "quality"
strategy:
matrix:
os: [ubuntu-latest]
env: ["quality"]

steps:
- uses: actions/checkout@v4
- name: Install Pixi
uses: prefix-dev/[email protected]
with:
environments: ${{ env.PIXI_ENV }}
environments: ${{ matrix.PIXI_ENV }}
pixi-version: v0.39.0
cache: true
locked: false
Expand Down

0 comments on commit 09a3944

Please sign in to comment.