From dd844b1dbb7dcbad6359ebdfcc395b3d2dff4462 Mon Sep 17 00:00:00 2001 From: Brian Cherinka Date: Wed, 29 Nov 2023 10:48:39 -0500 Subject: [PATCH] testing side-by-side --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d951da2..9407c90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Clone sdss_access uses: actions/checkout@v4 + with: + path: access - name: Clone tree uses: actions/checkout@v4 @@ -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