Skip to content

Commit

Permalink
specify path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-vaish committed Jun 15, 2024
1 parent a203fa4 commit 98e90da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 546 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
echo PYTHONPATH=$PYTHONPATH >> $GITHUB_ENV
pipenv --python ${{ secrets.pythonLocation }}
pipenv install
pipenv install --python /opt/hostedtoolcache/Python/3.10.14/x64
- name: execute py script # run main.py
env:
Expand Down
3 changes: 0 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
beautifulsoup4 = "*"
pandas = "*"
requests = "*"
lxml = "*"
sqlalchemy = "*"
python-dotenv = "*"
pyodbc = "*"
firebase-admin = "*"
snowflake-sqlalchemy = "*"

[dev-packages]
Expand Down
Loading

0 comments on commit 98e90da

Please sign in to comment.