Skip to content

Commit

Permalink
update release pre-check and drop py3.7 support (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed Sep 12, 2024
1 parent 5200ae7 commit 1003bea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_precheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
- name: Create Conda environment
run: conda create --yes --name test-env python=${{ matrix.python-version }}

- name: Install current package in editable mode and importlib_metadata for python 3.7
- name: Install current package in editable mode
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate test-env
pip install -e .
pip install importlib_metadata
- name: Test package import
run: |
Expand Down

0 comments on commit 1003bea

Please sign in to comment.