Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-EJ committed May 17, 2024
1 parent 236bc9e commit 799929e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge
environment-file: air-quality-backend/conda/linting_environment.yml
environment-file: air-quality-backend/conda/test_environment.yml
auto-activate-base: false
activate-environment: linting-env
activate-environment: unit-test

- name: Run lint check
run: python -m flake8 --append-config air-quality-backend/.flake8 air-quality-backend
Expand Down

0 comments on commit 799929e

Please sign in to comment.