We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f32016 commit 7789100Copy full SHA for 7789100
.github/workflows/oracle-xe-adapter-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install dbt-oracle with core dependencies
49
run: |
50
python -m pip install --upgrade pip
51
- pip install pytest dbt-tests-adapter~=1.6,<1.7
+ pip install pytest 'dbt-tests-adapter~=1.6,<1.7'
52
pip install -r requirements.txt
53
pip install -e .
54
0 commit comments