Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Apr 11, 2024
1 parent 4128ad8 commit 90f1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
unzip -n dist/zodbpickle-*whl -d src
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
txt pip install --pre -U -e .[test]
pip install --pre -U -e .[test]
- name: Install zodbpickle
if: ${{ !startsWith(matrix.python-version, '3.13.0-alpha - 3.13.0') }}
run: |
Expand Down

0 comments on commit 90f1259

Please sign in to comment.