Skip to content

Commit

Permalink
renovate: remove Python constraint
Browse files Browse the repository at this point in the history
Should not be necessary after renovatebot/renovate#29145
  • Loading branch information
amezin committed May 27, 2024
1 parent 0f9277b commit ccce6e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
24 changes: 0 additions & 24 deletions .github/renovate-python-constraint.py

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ jobs:
if: ${{ always() && steps.checkout.conclusion == 'success' }}
working-directory: test

- name: Ensure Python version in renovate.json matches CI Docker image
run: .github/renovate-python-constraint.py
if: ${{ always() && steps.checkout.conclusion == 'success' }}

- name: Upload reports to Testspace
run: testspace --verbose eslint.xml "*.log{lint}"
if: ${{ always() && steps.setup_testspace.outcome == 'success' }}
Expand Down
5 changes: 1 addition & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@
"groupName": "Build/Dev Environment",
"pinDigests": false
}
],
"constraints": {
"python": "==3.12"
}
]
}

0 comments on commit ccce6e4

Please sign in to comment.