Skip to content

Commit

Permalink
Merge pull request #156 from LSSTDESC/tqz/ceci20
Browse files Browse the repository at this point in the history
drop ceci 1.17 installation
  • Loading branch information
ztq1996 authored Jul 31, 2024
2 parents 49fca00 + 6cb059e commit 7e66a94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
pip install .
pip install .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: (Temporarily) roll back ceci to pre-v2
run: |
pip install ceci==1.17
- name: Run unit tests with pytest
run: |
python -m pytest tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7e66a94

Please sign in to comment.