8000 modify wf actions `.yml` by yibeichan · Pull Request #35 · nipype/pydra-tutorial · GitHub
[go: up one dir, main page]

Skip to content

modify wf actions .yml #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/gh-pages.yml
  • Loading branch information
effigies authored Sep 2, 2022
commit 08a68e7f53091211c183ce47615ff34e0ef56476
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
environment-file: etc/environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
run: conda activate pydra-tutorial
- name: Install dependencies
run: conda install -c conda-forge jupyter-book
- name: Build JupyterBook
Expand Down
0