Skip to content

Commit

Permalink
Add step to temporarily roll ceci back to pre-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Jul 10, 2024
1 parent e5480b4 commit e5f5c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ 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

0 comments on commit e5f5c20

Please sign in to comment.