Skip to content

Commit

Permalink
add venv
Browse files Browse the repository at this point in the history
  • Loading branch information
gmercyo committed Dec 26, 2023
1 parent d6d2184 commit 7ea1ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
python-version: '3.10'

- name: Create and activate virtual environment
run: |
python -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down
1 change: 0 additions & 1 deletion zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"dev": {
"app_function": "app.app",
"aws_region": "us-east-2",
"profile_name": "default",
"project_name": "star-spotter-api",
"runtime": "python3.10",
"s3_bucket": "star-spotter"
Expand Down

0 comments on commit 7ea1ec2

Please sign in to comment.