Skip to content

Commit

Permalink
Use the standard test environment on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Aug 11, 2023
1 parent 4788825 commit 40754ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
jobs:
tests:
env:
# ENV_NAME: pyuvsim_tests
ENV_NAME: pyuvsim_tests
PYTHON: ${{ matrix.python-version }}
OS: ${{ matrix.os }}
name: Testing
Expand All @@ -27,16 +27,6 @@ jobs:
with:
fetch-depth: 1

# This is required becasue we're temporarily using a different env
# (without casacore) for python 3.11 jobs
- name: Set env_name variable
run: |
if [ ${{ env.PYTHON }} != '3.11' ]; then
echo "ENV_NAME=pyuvsim_tests" >> "$GITHUB_ENV"
else
echo "ENV_NAME=pyuvsim_tests_311" >> "$GITHUB_ENV"
fi
- name: Setup Minimamba
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
25 changes: 0 additions & 25 deletions ci/pyuvsim_tests_311.yaml

This file was deleted.

0 comments on commit 40754ec

Please sign in to comment.