Skip to content

Commit f964975

Browse files
committed
update build process
1 parent bf7c5a1 commit f964975

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Install system dependencies
24-
env:
25-
DEBIAN_FRONTEND: noninteractive
26-
run: |
27-
sudo apt-get install -y -qq libicu-dev
23+
# - name: Install system dependencies
24+
# env:
25+
# DEBIAN_FRONTEND: noninteractive
26+
# run: |
27+
# sudo apt-get install -y -qq libicu-dev
2828
- uses: actions/setup-python@v5
2929
with:
3030
cache: 'pip'
3131
- name: Install requirements
3232
run: |
33-
pip install --no-cache-dir -q -e ".[dev]"
34-
pip install --no-cache-dir -q -e ".[docs]"
33+
pip install --no-cache-dir -q -r requirements.txt"
3534
- name: Setup Pages
3635
id: pages
3736
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)