Skip to content

Commit f27ce15

Browse files
committed
chore: Update python version in CI/CD workflow
1 parent 3d113f0 commit f27ce15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/forum.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.10]
15+
python-version: ["3.10"]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
3737
key: ${{ secrets.DO_PRIVATE_KEY}}
3838
script: |
3939
cd forum-backend/
40+
git pull origin master
4041
docker stop forum-backend-container || true
4142
docker rm forum-backend-container || true
4243
docker system prune -af

0 commit comments

Comments
 (0)