Skip to content

Commit

Permalink
Add conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 13, 2024
1 parent 731b7c7 commit e93e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Doxygen
run: |
conda create -n doxygen_env doxygen=1.9.1
conda create -n doxygen_env -c conda-forge doxygen=1.9.1
conda init
conda activate doxygen_env
- name: Check Doxygen docs
Expand Down

0 comments on commit e93e251

Please sign in to comment.