Skip to content

Commit

Permalink
Downgrade pipenv to 2023.8.23
Browse files Browse the repository at this point in the history
Downgrade pipenv to 2023.8.23 to test CI
  • Loading branch information
AggelosMargkas authored and dspinellis committed Sep 26, 2023
1 parent 14db961 commit 78696e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -19,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pip install pipenv=2023.7.23
cd src && pipenv install --dev
- name: Run unit and integration tests
run: cd src && pipenv run python -m unittest discover -s ..
Expand Down

0 comments on commit 78696e0

Please sign in to comment.