Skip to content

Commit

Permalink
remove install action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Feb 1, 2024
1 parent 1c926b9 commit 581b70c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pants_python_version: [3.11]
# pants_python_version: [3.11]
os: ["ubuntu-latest"]
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
# - name: setup python
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python_version }}
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@main
with:
gha-cache-key: cache0-py${{ matrix.pants_python_version }}
gha-cache-key: cache0-py${{ matrix.python_version }}
named-caches-hash: ${{ hashFiles('requirements.txt') }}
- name: Check BUILD files
run: |
Expand Down

0 comments on commit 581b70c

Please sign in to comment.