Skip to content

Commit

Permalink
updating reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosler committed Dec 11, 2023
1 parent 9c7275f commit 6b96219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ jobs:
$CONDA/bin/conda init
source /home/runner/.bashrc
python3 -m pip install -r test-requirements.txt
echo ${{ env.OCI__OCIFS_TEST_BUCKET }}
echo ${{ env.OCIFS_TEST_BUCKET }}
export OCIFS_TEST_BUCKET="ocifs-test"
export OCIFS_IAM_TYPE="instance_principal"
echo ${{ env.OCIFS_TEST_BUCKET }}
python -m pytest -v -p no:warnings --durations=5 ocifs/tests/test_integration.py

0 comments on commit 6b96219

Please sign in to comment.