From c88782adc71a3ff6d6f772044e627da641caea20 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 21 Feb 2024 17:31:19 -0600 Subject: [PATCH] Remove conda for most of the ci (#760) Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/workflows/dev-testing.yml | 2 -- .github/workflows/doctests.yml | 1 - .github/workflows/live-service-testing.yml | 1 - .github/workflows/testing.yml | 1 - .github/workflows/update-s3-testing-data.yml | 1 - 6 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 04b359b34..8b77c2ab1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,9 +60,10 @@ body: attributes: label: Python Version options: - - 3.7 - 3.8 - 3.9 + - 3.10 + - 3.11 validations: required: true - type: textarea diff --git a/.github/workflows/dev-testing.yml b/.github/workflows/dev-testing.yml index 5146f28e0..1485d212c 100644 --- a/.github/workflows/dev-testing.yml +++ b/.github/workflows/dev-testing.yml @@ -25,7 +25,6 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags - name: Setup Python @@ -63,7 +62,6 @@ jobs: - name: Display installed packages and their sources run: | - conda list pip list - name: Get ephy_testing_data current head hash diff --git a/.github/workflows/doctests.yml b/.github/workflows/doctests.yml index 11b275e68..5c2a0932a 100644 --- a/.github/workflows/doctests.yml +++ b/.github/workflows/doctests.yml @@ -12,7 +12,6 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags - name: Setup Python ${{ matrix.python-version }} diff --git a/.github/workflows/live-service-testing.yml b/.github/workflows/live-service-testing.yml index f5f77b8c0..e362b55a3 100644 --- a/.github/workflows/live-service-testing.yml +++ b/.github/workflows/live-service-testing.yml @@ -20,7 +20,6 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags - name: Setup Python ${{ matrix.python-version }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4f97b027c..7d7d8ee7b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,6 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags - name: Setup Python ${{ matrix.python-version }} diff --git a/.github/workflows/update-s3-testing-data.yml b/.github/workflows/update-s3-testing-data.yml index c807acd27..4275ea8d7 100644 --- a/.github/workflows/update-s3-testing-data.yml +++ b/.github/workflows/update-s3-testing-data.yml @@ -11,7 +11,6 @@ jobs: strategy: fail-fast: false steps: - - uses: s-weigand/setup-conda@v1 - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags - name: Setup Python