Skip to content

Commit 132cd62

Browse files
committed
ci: GitHub actions simplified
1 parent 6be9eb0 commit 132cd62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
23-
include:
24-
- os: macos-latest
25-
compiler_libcxx: libc++
26-
- os: ubuntu-latest
27-
compiler_libcxx: libstdc++11
28-
- os: windows-latest
2923
fail-fast: false
3024
name: Python ${{ matrix.python-version }} ${{ matrix.os }} build
3125

@@ -110,7 +104,6 @@ jobs:
110104
env:
111105
TOX_ENV: "${{ steps.tox-env.outputs.result }}"
112106
CONAN_USER_HOME: "${{steps.conan-path-script.outputs.result}}"
113-
CONAN_COMPILER_LIBCXX: ${{ matrix.compiler_libcxx }}
114107

115108
# CIBW_SOME_OPTION: value
116109
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)