diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b48bd909a..13e89929e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -364,15 +364,9 @@ jobs: - name: Run tests shell: bash {0} run: | - if [[ ${{ matrix.python-version }} == "3.8" ]]; then - export PYTHONFOLDER="cp38-cp38" - elif [[ ${{ matrix.python-version }} == "3.9" ]]; then - export PYTHONFOLDER="cp39-cp39" - elif [[ ${{ matrix.python-version }} == "3.10" ]]; then - export PYTHONFOLDER="cp310-cp310" + if [[ ${{ matrix.python-version }} == "3.10" ]]; then pip install --pre itk elif [[ ${{ matrix.python-version }} == "3.11" ]]; then - export PYTHONFOLDER="cp311-cp311" pip install --pre itk fi if [[ ${{ matrix.os }} == "ubuntu-latest" ]]; then @@ -393,7 +387,7 @@ jobs: pip install SimpleITK pip install gaga_phsp==0.7.2 pip install spekpy - pip install dist/opengate_core-*-${PYTHONFOLDER}-${OSNAME}*_${PLATFORM}64.whl + pip install dist/opengate_core-*-${OSNAME}*_${PLATFORM}64.whl pip install dist/opengate-*.whl export GIT_SSL_NO_VERIFY=1 if [[ ${{ matrix.os }} == "ubuntu-latest" ]]; then