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 8f55200 commit 9081144
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install Doxygen
- name: Install and Check Doxygen
run: |
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
if [ $? -ne 0 ]; then
echo "Doxygen check failed"
Expand Down

0 comments on commit 9081144

Please sign in to comment.