Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0] dotfiles update needs manual intervention #552

Merged
merged 10 commits into from
Nov 17, 2023
Prev Previous commit
Next Next commit
Update pre-commit.yml
max3903 authored Oct 27, 2023
commit bfbd98c9df7d950e3a7074c432106bec044b80f3
5 changes: 0 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -13,15 +13,10 @@ jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
<<<<<<< before updating
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
=======
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
>>>>>>> after updating
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1