Skip to content

Commit

Permalink
chore: upgrade python 3.12 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
  • Loading branch information
ran-isenberg and Ran Isenberg committed Dec 15, 2023
1 parent 2420216 commit 1f2d814
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 452 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/serverless-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- name: Install dependencies
run: |
pip install --upgrade pip pre-commit poetry
Expand Down
Loading

0 comments on commit 1f2d814

Please sign in to comment.