Skip to content

Commit

Permalink
Merge pull request #16 from Azure-Samples/14-adds-multiple-operating-…
Browse files Browse the repository at this point in the history
…systems-and-versions-to-postgres_testing

[FIX] adds changes to multiple OS's
  • Loading branch information
kjaymiller authored Jan 23, 2024
2 parents de15779 + ccd03c0 commit 621af12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check for MacOS Runner
if: matrix.os == 'macos-latest-xlarge'
run: brew install postgresql@14
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.__src_folder_name}}/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ whitenoise
opencensus-ext-azure
opencensus-ext-django
{% if 'postgres' in cookiecutter.db_resource %}
psycopg2-binary==2.9.6
psycopg2
{% endif %}
{% endif %}

0 comments on commit 621af12

Please sign in to comment.