Skip to content

Commit

Permalink
#53: Force install
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 18, 2024
1 parent 5631e25 commit bcaeef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install psycopg2 requirements
run: |
apt update
apt-get install python2-dev
apt-get -y install python2-dev
- name: Install importlib-metadata for older Python versions
run: pip install "importlib-metadata<3"
if: >-
Expand Down

0 comments on commit bcaeef0

Please sign in to comment.