Skip to content

Commit

Permalink
Unpin pipenv
Browse files Browse the repository at this point in the history
The regression seems to have been fixed.
  • Loading branch information
tienne-B committed Jul 3, 2023
1 parent 74a8165 commit 94d7c43
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==2023.6.26
python -m pip install pipenv
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==2023.6.26
RUN pip install pipenv
RUN pipenv install --system --deploy
RUN npm ci --only=production

Expand Down

0 comments on commit 94d7c43

Please sign in to comment.