Skip to content

Commit

Permalink
Update staging.yml
Browse files Browse the repository at this point in the history
Updated python version
  • Loading branch information
smonadjemi authored Jan 7, 2025
1 parent d4bf5db commit 4b92a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Author: Alper Sarikaya
## Last modified: 2020-10-24 🎃
## Last modified: 2025-01-07 ❄️
## This script should be run on every commit to an active branch on this repository.
## This action will build the entire site from scratch and deploy to the staging S3 bucket.

Expand Down Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git checkout master
- name: Set up Python 3.8.x
- name: Set up Python 3.12.x
uses: actions/setup-python@v1
with:
python-version: '3.8.x'
python-version: '3.12.x'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4b92a2a

Please sign in to comment.