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 Sep 13, 2023
1 parent 0b871f4 commit 65bccc3
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 @@ -18,7 +18,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 65bccc3

Please sign in to comment.