Skip to content

Commit

Permalink
Added -e to pip install commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppasupat committed Mar 22, 2023
1 parent c8ce092 commit 4024b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Install MiniWoB++
run: pip install .
run: pip install -e .

- name: Build Envs Docs
run: python docs/_scripts/gen_mds.py
Expand Down
2 changes: 1 addition & 1 deletion py.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN apt-get install -y chromium chromium-driver

COPY . /usr/local/miniwob-plusplus/
WORKDIR /usr/local/miniwob-plusplus/
RUN pip install .[testing] --no-cache-dir
RUN pip install -e .[testing] --no-cache-dir

0 comments on commit 4024b3b

Please sign in to comment.