Skip to content

Commit

Permalink
[DM-31272] Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbanek committed Jul 30, 2021
1 parent f40428c commit 26b0608
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ jobs:
- name: Check out repo
uses: actions/checkout@v2

- name: Check out felis
uses: actions/checkout@v2
with:
repository: lsst-dm/felis.git
ref: u/bvan/tap11_fix
path: felis

- name: Install felis
id: felis
run: pip install .
working-directory: ./felis
- name: Install dependencies
id: depend
run: pip install -r requirements.txt
working-directory: ./tap-schema

- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 26b0608

Please sign in to comment.