From f49dde4d4820ddf94e69ea9c1d655fb9b0fb3482 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 16 Dec 2024 21:29:41 +1100 Subject: [PATCH] ci --- .github/workflows/test2.yml | 2 +- .github/workflows/test_pip_build_install.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 0cba9d63..36f7a764 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -9,7 +9,7 @@ jobs: # Initializes Conda on a GitHub hosted Runner - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.7 + python-version: 3.10 # Runs the action with the following inputs or defaults if not specified. - uses: cascode-labs/build-conda-action@v0.1.4 with: diff --git a/.github/workflows/test_pip_build_install.yml b/.github/workflows/test_pip_build_install.yml index 266118d5..26716c8e 100644 --- a/.github/workflows/test_pip_build_install.yml +++ b/.github/workflows/test_pip_build_install.yml @@ -1,7 +1,6 @@ name: Test Pip Installation and Import on: - push: workflow_dispatch: jobs: