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 7d6fb21 commit d8e6de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
submodules: recursive

- name: Install python dependencies
run: python -m pip install Jinja2
run: |
python -m pip install --upgrade pip
python -m 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 d8e6de4

Please sign in to comment.