Skip to content

Commit

Permalink
fix: Update CI workflow environment to 'quality' and adjust command e…
Browse files Browse the repository at this point in the history
…xecution
  • Loading branch information
jjjermiah committed Dec 10, 2024
1 parent d99a9d2 commit 1cdcd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
Ruff:
runs-on: ubuntu-latest
env:
PIXI_ENV: "dev"
PIXI_ENV: "quality"
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -89,7 +89,7 @@ jobs:
locked: false

- name: Run Ruff
run: pixi run qc
run: pixi run -e ${{ matrix.env }} qc

################################################################################################
# Semantic-Release: Run semantic-release to automate versioning and publishing
Expand Down

0 comments on commit 1cdcd39

Please sign in to comment.