CI CPack fix (#204)

- Fixes error in CPack workflow from PR #203

[ROCm/rocprofiler-systems commit: ab0a3e9d7d]
This commit is contained in:
Jonathan R. Madsen
2022-11-13 10:47:09 -06:00
committed by GitHub
parent 7042f85927
commit 84c14233b9
+2 -1
View File
@@ -45,8 +45,9 @@ jobs:
uses: actions/checkout@v3
with:
ref: gh-pages
- name: Update Docs
- name: Install Conda
uses: s-weigand/setup-conda@v1
- name: Update Docs
working-directory: source/docs
run: |
conda env create -n omnitrace-docs -f environment.yml