Skip to content

Commit

Permalink
feat: added build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishKumar4 committed Aug 1, 2024
1 parent 3018eab commit 5fe7765
Show file tree
Hide file tree
Showing 5 changed files with 2,190 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dist
*.egg-info
*.egg
__pycache__
*.pyc
.ipynb_checkpoints
Expand All @@ -11,4 +14,4 @@ wandb
gcs_mount
datacache
*.deb
gcsfuse.yml
gcsfuse.yml
Loading

0 comments on commit 5fe7765

Please sign in to comment.