Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 13, 2024
1 parent e93e251 commit 8f55200
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
uses: actions/checkout@v3
- name: Install Doxygen
run: |
conda create -n doxygen_env -c conda-forge doxygen=1.9.1
conda init
conda init bash
source /usr/share/miniconda/etc/profile.d/conda.sh
conda create -n doxygen_env -c conda-forge doxygen=1.9.1 -y
conda activate doxygen_env
doxygen --version
- name: Check Doxygen docs
run: |
./ci/pre-commit/doxygen.sh
Expand Down

0 comments on commit 8f55200

Please sign in to comment.