Skip to content

Commit

Permalink
[FIX] GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 2, 2024
1 parent 5001cd7 commit 8f1a1ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
<<<<<<< before updating
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
=======
- 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
Expand Down

0 comments on commit 8f1a1ee

Please sign in to comment.