Skip to content

Commit

Permalink
Merge branch 'main' into feat-inside-page
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Mar 19, 2024
2 parents 783c479 + 78180cc commit 3c6a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
libsasl2-dev \
- name: Install dependencies
run: |
pip install -U -r requirements/basic.txt
pip install -U -r requirements/full.txt
pip install -U -r requirements/test.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 3c6a123

Please sign in to comment.