Skip to content

Commit 6854a69

Browse files
committed
try fix environment variable
1 parent ae9a637 commit 6854a69

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ jobs:
395395
uses: actions/setup-python@v4
396396
with:
397397
python-version: ${{ matrix.python-version }}
398-
env:
399-
IGNORE_ORA_01843: False
400398
- name: Install Poetry
401399
uses: snok/install-poetry@v1
402400
with:
@@ -416,11 +414,7 @@ jobs:
416414
poetry install -E all --with oracle
417415
poetry run pip install -U "${{ matrix.django-version }}"
418416
- name: Run Full Unit Tests
417+
env:
418+
IGNORE_ORA_01843: False
419419
run: |
420420
poetry run pytest -s
421-
422-
#curl --output oracle-client.rpm https://download.oracle.com/otn_software/linux/instantclient/1919000/oracle-instantclient19.19-basiclite-19.19.0.0.0-1.x86_64.rpm
423-
#sudo apt install alien libaio1
424-
#sudo alien -i oracle-client.rpm
425-
#sudo sh -c 'echo /usr/lib/oracle/19/client64/lib/ > /etc/ld.so.conf.d/oracle.conf'
426-
#sudo ldconfig

0 commit comments

Comments
 (0)