Skip to content

Commit

Permalink
Reinstate other OS testing
Browse files Browse the repository at this point in the history
This was my mistake. If it is slow, it is also slow in master
  • Loading branch information
rocky committed Jul 24, 2023
1 parent b34f21b commit 701ad6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu-pyston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
pyston-version: [2.3.4]
pyston-version: [2.3.5]
steps:
- uses: actions/checkout@v3
- name: Set up Pyston ${{ matrix.pyston-version }}
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
pip install pyzmq-23.2.0-pyston38-pyston_23_x86_64_linux_gnu-linux_x86_64.whl
- name: Install Mathics with full dependencies
run: |
python -m pip install Mathics-Scanner
make develop-full
- name: Test Mathics
pyston -m pip install Mathics-Scanner
PYTHON=pyston make develop-full
- name: Test Mathics3
run: |
make -j3 PYTHON=pyston doctest
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.11', '3.8', '3.9', '3.10']
Expand Down
File renamed without changes.

0 comments on commit 701ad6d

Please sign in to comment.