Skip to content

Commit

Permalink
apt
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes committed Apr 12, 2024
1 parent 604e3eb commit 34ef682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
run: |
# NOTE(skearnes): conda is only used for postgres (not python).
# NOTE(skearnes): rdkit-postgresql may not be available for ARM.
conda install -c rdkit rdkit-postgresql==2020.03.3.0 || conda install postgresql==12.2
initdb
(conda install -c rdkit rdkit-postgresql==2020.03.3.0 && initdb) || (apt update && apt install postgresql postgresql-contrib)
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit 34ef682

Please sign in to comment.