Skip to content

Commit 7789100

Browse files
committed
Updated github workflow
1 parent 6f32016 commit 7789100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dbt-oracle with core dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install pytest dbt-tests-adapter~=1.6,<1.7
51+
pip install pytest 'dbt-tests-adapter~=1.6,<1.7'
5252
pip install -r requirements.txt
5353
pip install -e .
5454

0 commit comments

Comments
 (0)