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 c3f28d4 commit b54ff34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
50 changes: 0 additions & 50 deletions .github/actions/install-project/action.yml

This file was deleted.

10 changes: 4 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 @@ -59,12 +58,11 @@ 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 }}
install-library: true

- name: Test with pytest
env:
Expand Down

0 comments on commit b54ff34

Please sign in to comment.