Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Jul 29, 2024
1 parent f4b1131 commit 8853e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
- name: Test
run: |
pip install -I --force-reinstall setuptools==71.0.0
pip install pyhive==0.7.0
poetry install -E all
poetry run coverage run --source=metaphor -m pytest
poetry run coverage xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Lint & Type Check
run: |
pip install -I --force-reinstall setuptools==71.0.0
pip install pyhive==0.7.0
echo "setuptools<72" > constraints.txt
PIP_CONSTRAINT=constraints.txt poetry run pip install pyhive==0.7.0
poetry install -E all
poetry run flake8
poetry run black --check .
Expand Down

0 comments on commit 8853e82

Please sign in to comment.