-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b73119
commit 985faba
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|
||
|
@@ -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 | ||
|