Skip to content

Commit

Permalink
fix up dev syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Dec 7, 2024
1 parent 75984e5 commit cafcf91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
pip install -U pip
pip install -U pip poetry
sudo apt-get install -y -qq libicu-dev
pip install -q -e ".[dev]"
poetry install --with dev
pip freeze
- name: Run pytest tests
env:
Expand Down

0 comments on commit cafcf91

Please sign in to comment.