diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bfc5b68..ce9c33e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,6 @@ jobs: python-version: "3.9" - os: macos-latest python-version: "3.8" - - os: windows-latest - python-version: "3.8" env: PYVER: ${{ matrix.cfg.python-version }} @@ -41,7 +39,7 @@ jobs: python-version: ${{ matrix.cfg.python-version }} miniforge-variant: Mambaforge miniforge-version: latest - activate-environment: teachopencadd + activate-environment: teachopencadd_test environment-file: devtools/test_env.yml - name: Additional info about the build diff --git a/devtools/test_env.yml b/devtools/test_env.yml index 968ff0e7..d1d0c737 100644 --- a/devtools/test_env.yml +++ b/devtools/test_env.yml @@ -1,10 +1,10 @@ -name: teachopencadd +name: teachopencadd_test channels: - conda-forge - defaults dependencies: - mkl < 2022 - - pytorch::pytorch==1.13.0 + - pytorch==1.13.0 #- pyg::pyg==2.2.0 - python>=3.8 - pip