Skip to content

Commit

Permalink
#58 python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 2, 2023
1 parent cc8bb4c commit 7b1595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install Jinja2
pip install Jinja2
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{matrix.ctect_option}}
Expand Down

0 comments on commit 7b1595b

Please sign in to comment.