Skip to content

Commit

Permalink
Merge pull request #2860 from mapfish/fix-attr
Browse files Browse the repository at this point in the history
Fix new error with attr in pull request check workflow
  • Loading branch information
sbrunner authored Mar 17, 2023
2 parents 0c7786a + 47e261c commit 3efe9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
timeout-minutes: 5

steps:
- run: pip install --upgrade attrs
- uses: actions/checkout@v3

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
Expand Down

0 comments on commit 3efe9b4

Please sign in to comment.