diff --git a/.github/workflows/gpu_setup.yml b/.github/workflows/gpu_setup.yml new file mode 100644 index 000000000..c1b4787f2 --- /dev/null +++ b/.github/workflows/gpu_setup.yml @@ -0,0 +1,26 @@ +name: gpu_setup + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + defaults: + run: + shell: bash -el {0} + steps: + - uses: actions/checkout@v3 + - uses: conda-incubator/setup-miniconda@v2 + with: + activate-environment: benchmark_gnn + environment-file: environment_gpu.yml + python-version: 3.7 + - run: | + conda info + conda list