Skip to content

Commit

Permalink
Install directly from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 18, 2023
1 parent e71d449 commit 13b4e06
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,17 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache-key: pypi
sparse-checkout: |
snakebids/tests
pyproject.toml
poetry.lock
.github
containers
install-deps-only: dev
install-library: snakebids
install-library: false

- name: build docker test container
uses: ./.github/actions/build-test-container
with:
python-version: ${{ steps.setup.outputs.python-version }}
load: true

- name: install lib
run: poetry run pip install .

test:
runs-on: ubuntu-latest
Expand All @@ -110,15 +106,11 @@ jobs:
id: setup
with:
python-version: ${{ matrix.python-version }}
sparse-checkout: |
snakebids/tests
pyproject.toml
poetry.lock
.github
containers
cache-key: pypi
install-deps-only: dev
install-library: snakebids
install-library: false
- name: install lib
run: poetry run pip install .

- name: build docker test container
uses: ./.github/actions/build-test-container
Expand Down

0 comments on commit 13b4e06

Please sign in to comment.