File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -395,8 +395,6 @@ jobs:
395
395
uses : actions/setup-python@v4
396
396
with :
397
397
python-version : ${{ matrix.python-version }}
398
- env :
399
- IGNORE_ORA_01843 : False
400
398
- name : Install Poetry
401
399
uses : snok/install-poetry@v1
402
400
with :
@@ -416,11 +414,7 @@ jobs:
416
414
poetry install -E all --with oracle
417
415
poetry run pip install -U "${{ matrix.django-version }}"
418
416
- name : Run Full Unit Tests
417
+ env :
418
+ IGNORE_ORA_01843 : False
419
419
run : |
420
420
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
You can’t perform that action at this time.
0 commit comments