Skip to content

Commit

Permalink
Merge pull request #95 from oracle/build_failures
Browse files Browse the repository at this point in the history
Fix for Github actions - CI pipeline
  • Loading branch information
aosingh authored Jul 20, 2023
2 parents 99e3516 + 2841d25 commit fb27a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/oracle-xe-adapter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
pip install pytest dbt-tests-adapter==1.5.3
pip install -r requirements.txt
pip install -e .
pip install sqlparse==0.4.3
- name: Check create-pem-from-p12 script is installed in bin
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ importlib-metadata==4.11.3
Jinja2==3.1.1
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.11.2
Pygments==2.15.0
pyparsing==3.0.8
pytz==2022.1
requests==2.31.0
Expand Down

0 comments on commit fb27a2a

Please sign in to comment.