Skip to content

Commit

Permalink
ci: Fix Python install in doc and artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Challande committed Sep 22, 2022
1 parent e4053c3 commit fd15884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
CMAKE_BUILD_DIR: build80
with:
name: idaplugin-artifacts
path: ./$CMAKE_BUILD_DIR/quokka-install/*
path: '${{ env.CMAKE_BUILD_DIR }}/quokka-install/*'
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install Dependencies
run: |
pip install '.[doc]'
Expand Down

0 comments on commit fd15884

Please sign in to comment.