Skip to content

Commit fb27a2a

Browse files
authored
Merge pull request #95 from oracle/build_failures
Fix for Github actions - CI pipeline
2 parents 99e3516 + 2841d25 commit fb27a2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
pip install pytest dbt-tests-adapter==1.5.3
5252
pip install -r requirements.txt
5353
pip install -e .
54+
pip install sqlparse==0.4.3
5455
5556
- name: Check create-pem-from-p12 script is installed in bin
5657
run: |

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ importlib-metadata==4.11.3
99
Jinja2==3.1.1
1010
MarkupSafe==2.1.1
1111
packaging==21.3
12-
Pygments==2.11.2
12+
Pygments==2.15.0
1313
pyparsing==3.0.8
1414
pytz==2022.1
1515
requests==2.31.0

0 commit comments

Comments
 (0)