Skip to content

Commit

Permalink
Pin version of pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tienne-B committed Jul 2, 2023
1 parent bbd7782 commit 74a8165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pip install pipenv==2023.6.26
pipenv install --system --dev --deploy
npm ci
- name: Run linting
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ADD . /tcd/
RUN git config --global url."https://".insteadOf git://

# Install our node/python requirements
RUN pip install pipenv
RUN pip install pipenv==2023.6.26
RUN pipenv install --system --deploy
RUN npm ci --only=production

Expand Down

0 comments on commit 74a8165

Please sign in to comment.