Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into han_simulation_and_fi…
Browse files Browse the repository at this point in the history
…tting
  • Loading branch information
hanhou committed Aug 31, 2024
2 parents 25d6bad + 150bc6d commit 0494754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- uses: actions/checkout@master
- name: Pull latest changes
run: git pull origin main
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.9-slim

WORKDIR /app

Expand Down

0 comments on commit 0494754

Please sign in to comment.