Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/e87c3d20129612d0569e6d716b089bf7 to your computer and use it in GitHub Desktop.
Save merltron-pa/e87c3d20129612d0569e6d716b089bf7 to your computer and use it in GitHub Desktop.
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install PostgreSQL 11 client
run: |
sudo apt-get -yqq install libpq-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment