Skip to content

Commit

Permalink
Remove conda for most of the ci (#760)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
h-mayorquin and CodyCBakerPhD authored Feb 21, 2024
1 parent 60964a2 commit c88782a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dev-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/live-service-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-s3-testing-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c88782a

Please sign in to comment.