diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ddba815..c39b5619 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,8 +40,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Install asdf dependencies - uses: asdf-vm/actions/install@v1 + - name: Install Python + uses: actions/setup-python@v4 + with: + python-version: "3.7.13" - name: Run checkstyle.py run: scripts/checkstyle.py diff --git a/scripts/.tool-versions b/scripts/.tool-versions deleted file mode 100644 index bc91fdd0..00000000 --- a/scripts/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -python 3.11.1