Skip to content

Commit 378df65

Browse files
add --no-venv-check to slap run docs:build in ci
1 parent baf7487 commit 378df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: NiklasRosenstein/slap@gha/install/v1
3838
- run: slap install --only-extras docs --no-venv-check
39-
- run: slap run docs:build
39+
- run: slap run --no-venv-check docs:build
4040
- uses: actions/upload-artifact@v2
4141
with:
4242
name: docs

0 commit comments

Comments
 (0)