Skip to content

Commit

Permalink
Remove pinned version
Browse files Browse the repository at this point in the history
Issue: #23
  • Loading branch information
dspinellis committed Mar 20, 2024
1 parent 3548a42 commit 412f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv==2023.7.23
pip install pipenv
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 412f0f5

Please sign in to comment.