Skip to content

Commit

Permalink
chore: fix oracle condition in job
Browse files Browse the repository at this point in the history
  • Loading branch information
indiVar0508 committed Aug 10, 2023
1 parent 5de020c commit 99055f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
poetry install
pip install 'sqlalchemy${{ matrix.sqla }}'
- name: install oracle dependencies
if: ${{ matrix.DB }} == "oracle"
if: ${{ matrix.DB == "oracle" }}
run:
| # https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#installing-cx-oracle-on-linux
mkdir -p /opt/oracle
Expand Down

0 comments on commit 99055f4

Please sign in to comment.