Skip to content

Commit

Permalink
syntax error on setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 9, 2024
1 parent cba1df4 commit 4f2ecd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
BUILD_DEPENDS: "cython wheel septools numpy==1.26.2"
BUILD_DEPENDS: "cython wheel setuptools numpy==1.26.2"
TEST_DEPENDS: "cython"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
pip install --force-reinstall *${PYCUT}*
cd $HOME
git clone -b ${BRANCH_TEST} https://github.com/gem/oq-engine.git
cd oq-engine
cd oq-engine
git status
pip install -r requirements-py312-linux64.txt
pip install -e .
Expand Down

0 comments on commit 4f2ecd1

Please sign in to comment.