Skip to content

Commit

Permalink
One final debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Oct 9, 2024
1 parent 7b73119 commit 985faba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ jobs:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Setup CMake
uses: jwlawson/actions-setup-cmake@v1.13

Expand All @@ -226,8 +229,8 @@ jobs:
- name: Install requirements
run: |
python -m pip install --user --upgrade pip setuptools wheel
python -m pip install --user --upgrade -r tests/requirements.txt
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade -r tests/requirements.txt
- name: Select GCC
if: matrix.gcc
Expand Down

0 comments on commit 985faba

Please sign in to comment.