Skip to content

Commit

Permalink
MAINT install pylangacq from pypi on circleci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Dec 28, 2021
1 parent 84adf65 commit 8541495
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
name: Build source distribution and install package from it
working_directory: ~/project/
command: |
# TODO: Remove pip-installing pylangacq from source
pip install --quiet "git+https://github.com/jacksonllee/pylangacq.git@main#egg=pylangacq" && \
pip install -r dev-requirements.txt && \
python -m build && \
pip install dist/`ls dist/ | grep .whl`
Expand Down Expand Up @@ -91,8 +89,6 @@ jobs:
# import pycantonese by relative import when running the test suite.
working_directory: c:\users\circleci
command: |
# TODO: Remove pip-installing pylangacq from source
pip install --quiet "git+https://github.com/jacksonllee/pylangacq.git@main#egg=pylangacq" && \
python --version && \
pip install -r project/dev-requirements.txt && \
pip install project/. && \
Expand Down

0 comments on commit 8541495

Please sign in to comment.