Skip to content

Commit

Permalink
try get the job run
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 committed Aug 15, 2024
1 parent fa45cbb commit c9c1171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
run: git clone https://github.com/tpaviot/pythonocc-utils.git && pip install ./pythonocc-utils

- name: activate environment
run: source activate amworkflow
run: |
source $CONDA_PREFIX/etc/profile.d/conda.sh
conda activate amworkflow
- name: Install amworkflow
run: python -m pip install .
Expand Down

0 comments on commit c9c1171

Please sign in to comment.