Skip to content

Commit

Permalink
Switch to centralized install action
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 11, 2023
1 parent fdb0a6c commit ec3e0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 56 deletions.
50 changes: 0 additions & 50 deletions .github/actions/install-project/action.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Install
uses: ./.github/actions/install-project
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject
with:
python-version: '3.11'
install-library: true

# run python style checks
- name: Poetry Lock Check
Expand Down Expand Up @@ -86,10 +85,8 @@ jobs:
split: ['1', '2', '3', '4', '5']
fail-fast: false
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: install
uses: ./.github/actions/install-project
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject
with:
python-version: ${{ matrix.python-version }}
reference: ${{ github.event.pull_request.id || github.event.after }}
Expand Down

0 comments on commit ec3e0a9

Please sign in to comment.