Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jan 17, 2024
1 parent 8ba574c commit 652399b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/phantoms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
run: |
cd pypet2bids
pip install .
pip install gdown
- name: Install Poetry Build Package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
cd pypet2bids
python -m pip install -upgrade pip
python -m pip install --upgrade pip
pip install poetry
poetry install --with dev
Expand Down

0 comments on commit 652399b

Please sign in to comment.