Skip to content

Commit

Permalink
Merge branch 'master' into query_update
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 12, 2022
2 parents 9742be6 + d703adb commit 99ffcc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
make lint
- name: Install spell checker
run: |
sudo apt install libenchant-dev
sudo apt install libenchant-2-dev
pip install -r requirements/doc-spelling.txt
- name: Run docs spelling
run: |
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.11.3
env:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e .
idna==3.3
idna==3.4
multidict==6.0.3
pytest==7.2.0
pytest-cov>=2.3.1
Expand Down

0 comments on commit 99ffcc0

Please sign in to comment.