Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
use pip install lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
krshrimali committed Jun 15, 2022
1 parent 6422392 commit 0c0708a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,10 @@ jobs:
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-py${{ matrix.python-version }}-
- name: Clone Template React UI Repo
uses: actions/checkout@v3
with:
repository: Lightning-AI/lightning
token: ${{ secrets.PAT_GHOST }}
ref: 'master'
path: lightning
- name: Install Lightning
run: |
cd lightning
pip install -r requirements.txt
pip install -e .
pip insstall lightning
shell: bash

- name: Install dependencies
Expand Down

0 comments on commit 0c0708a

Please sign in to comment.