diff --git a/.github/workflows/build-test-wheel.yml b/.github/workflows/build-test-wheel.yml index 6acc68b..91e4ed9 100644 --- a/.github/workflows/build-test-wheel.yml +++ b/.github/workflows/build-test-wheel.yml @@ -50,21 +50,21 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-13] #, macos-12, ubuntu-20.04] - pyversions: ['3.11'] #, '3.10', '3.9', '3.8', '3.7',] +# pyversions: ['3.11'] #, '3.10', '3.9', '3.8', '3.7',] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.pyversions }} + # - uses: actions/setup-python@v5 + # with: + # python-version: ${{ matrix.pyversions }} - name: Install pip dependencies run: | - python -m pip install --upgrade pip - python -m pip install forthon mppl numpy h5py - python -m pip install flake8 - python -m pip install pytest-isolate pytest-xdist +# python -m pip install --upgrade pip +# python -m pip install forthon mppl numpy h5py +# python -m pip install flake8 +# python -m pip install pytest-isolate pytest-xdist pip install 'build<0.10.0' - name: Symlink gfortran for macOS