Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Biasuzzi <[email protected]>
  • Loading branch information
CBiasuzzi committed Apr 26, 2024
1 parent aec19a8 commit 0e5dea4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build

on:
push:
branches: github_wf
pull_request:
branches: "*"
branches: '*'

jobs:
build:
Expand All @@ -19,16 +17,16 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.12"
architecture: "x64"

- name: Setup pip cache
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: pip-3.11-${{ hashFiles('package.json') }}
key: pip-3.12-${{ hashFiles('package.json') }}
restore-keys: |
pip-3.11-
pip-3.12-
pip-
- name: Get npm cache directory
Expand Down

0 comments on commit 0e5dea4

Please sign in to comment.