Skip to content

Commit

Permalink
remain with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Nov 4, 2023
1 parent 0c1a1e0 commit 08f3018
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: npm install --ignore-scripts
- run: npx @mapbox/node-pre-gyp configure
- run: npx @mapbox/node-pre-gyp build -j max
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Set up the unit tests
run: |
curl https://codeload.github.com/mmomtchev/exprtk.js/zip/refs/tags/v${{ github.event.inputs.version }} --output repo.zip
Expand Down Expand Up @@ -54,6 +57,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Set up the unit tests
run: |
curl https://codeload.github.com/mmomtchev/exprtk.js/zip/refs/tags/v${{ github.event.inputs.version }} --output repo.zip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: npm install --ignore-scripts
- run: npx @mapbox/node-pre-gyp install
- name: Run unit tests
Expand Down

0 comments on commit 08f3018

Please sign in to comment.