Skip to content

Commit 3944779

Browse files
committed
fix
1 parent ef685f9 commit 3944779

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade pip
25-
python -m pip install \
26-
pre-commit==2.10.1 \
27-
-r ./requirements.txt \
24+
pip install -r ./requirements.txt
2825
2926
- name: Run pre-commit
3027
run: |
3128
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
3229
3330
- name: Build GH pages
34-
run: |
35-
"${GITHUB_WORKSPACE}/build.sh"
31+
run: bash build.sh

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
aiidalab==22.11.0
2+
pre-commit==2.10.1

0 commit comments

Comments
 (0)