Skip to content

Commit

Permalink
61 : update po validation ids (#62)
Browse files Browse the repository at this point in the history
closes #61 
update 
- update the principal owner validation IDs to match new ones
- update devcontainer docker file to run pip install separately.
(background: devcontainer was failing with old setup)

---------

Co-authored-by: Aldrian Harjati <[email protected]>
Co-authored-by: Nargis Sultani <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent 2139867 commit 9657c59
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ COPY poetry.lock .
RUN apk add --update git curl

# install pip dependencies
RUN pip install --upgrade pip & \
pip install poetry
RUN pip install --upgrade pip
RUN pip install poetry

# run poetry install
RUN poetry config virtualenvs.create false
Expand Down
Loading

0 comments on commit 9657c59

Please sign in to comment.