Skip to content

Commit 818e86c

Browse files
committed
try fix oracle ci
1 parent 04a8f9b commit 818e86c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,8 @@ jobs:
549549
echo "COVERAGE_FILE=linux-py${{ matrix.python-version }}-dj${{ matrix.django-version }}-oracle${ORACLE_TAG}.coverage" >> $GITHUB_ENV
550550
if [[ "${{ matrix.django-version }}" == "4.2" ]]; then
551551
echo "ORACLE_DATABASE=XEPDB1" >> $GITHUB_ENV
552-
just test-all cx_oracle
553552
else
554553
echo "ORACLE_DATABASE=FREEPDB1" >> $GITHUB_ENV
555-
just test-all oracledb
556554
fi
557555
- uses: actions/checkout@v6
558556
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)