Skip to content

Commit

Permalink
testing side-by-side
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 29, 2023
1 parent ccd98b3 commit dd844b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Clone sdss_access
uses: actions/checkout@v4
with:
path: access

- name: Clone tree
uses: actions/checkout@v4
Expand All @@ -34,6 +36,7 @@ jobs:
- name: Install access dependencies
run: |
python -m pip install --upgrade pip
cd access
pip install .[dev]
- name: Lint with flake8
Expand Down

0 comments on commit dd844b1

Please sign in to comment.