We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d5d63c + a22115c commit 748c6caCopy full SHA for 748c6ca
.github/workflows/ci.yml
@@ -8,6 +8,13 @@ jobs:
8
fail-fast: false
9
matrix:
10
include:
11
+ - BUILD_TYPE: Debug
12
+ WITH_BFD: yes
13
+ PYTHON_VERSION: '3.12'
14
+ TEST_SYMPY: yes
15
+ OS: ubuntu-20.04
16
+ CC: gcc
17
+
18
- BUILD_TYPE: Debug
19
WITH_BFD: yes
20
PYTHON_VERSION: '3.11'
@@ -138,7 +145,7 @@ jobs:
138
145
139
146
steps:
140
147
- name: Checkout code
141
- uses: actions/checkout@v3
148
+ uses: actions/checkout@v4
142
149
143
150
- name: Build and test symengine
144
151
shell: bash
0 commit comments