-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: [GitHub] cleaned Github workflow.
- Loading branch information
1 parent
7d1445b
commit 67faffd
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Install libxml2-dev and libxslt-dev | ||
run: sudo apt-get install -y libxml2-dev libxslt-dev | ||
|
||
- name: Setup PostgreSQL | ||
uses: Harmon758/[email protected] | ||
with: | ||
postgresql db: 'pumpkin' | ||
postgresql user: 'pumpkin' | ||
postgresql password: 'password' | ||
# - name: Install libxml2-dev and libxslt-dev | ||
# run: sudo apt-get install -y libxml2-dev libxslt-dev | ||
|
||
# - name: Setup PostgreSQL | ||
# uses: Harmon758/[email protected] | ||
# with: | ||
# postgresql db: 'pumpkin' | ||
# postgresql user: 'pumpkin' | ||
# postgresql password: 'password' | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v2 | ||
|