Skip to content

Commit

Permalink
Pointed linter to install_proj_dependancies_in_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbdoughty committed Aug 9, 2024
1 parent 5f5e106 commit 8650c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint-and-test
on: [pull_request, workflow_call]
jobs:
call-linter-workflow:
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@install_proj_dependancies_in_workflow
with:
compare-branch: origin/main
compare-branch: origin/install_proj_dependancies_in_workflow
python-ver: '3.11'
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8650c28

Please sign in to comment.