Skip to content

Commit

Permalink
remove list-env
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jan 27, 2025
1 parent e86456b commit c75ca83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Set Up Hatch Env
run: |
hatch env create test.py${{ matrix.python-version }}
hatch env run -e test.py${{ matrix.python-version }} list-env
- name: Run Tests
run: |
hatch env run --env test.py${{ matrix.python-version }} run-coverage
Expand Down

0 comments on commit c75ca83

Please sign in to comment.