Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuHK committed Mar 9, 2024
1 parent 209497c commit 813cca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pypi-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements_test.txt ]; then pip install -U -r requirements_test.txt; fi
python -m pip install --index-url https://test.pypi.org/simple/ aws-psycopg2 -U
python -m pip install --index-url https://pypi.org/simple/ aws-psycopg2 -U
- name: List Directory
run: |
ls -l
Expand Down
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 813cca9

Please sign in to comment.