Skip to content

Commit

Permalink
Merge pull request #952 from epicserve/task/upgrade-python-packages
Browse files Browse the repository at this point in the history
Upgrade Python packages
  • Loading branch information
epicserve authored Sep 7, 2024
2 parents 4d7d0f3 + 7762f37 commit c10d807
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 213 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: CI

on:
push:
pull_request:
branches:
- main
- task/upgrade-python-packages
- task/upgrade-python-packages
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -17,27 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Use Just for running commands
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Setup NPM caching
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-lint-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-lint-
- name: Setup pip caching
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev_lock.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Setup uv caching
uses: actions/cache@v4
with:
path: ~/.cache/uv
key: ${{ runner.os }}-uv-${{ hashFiles('**/dev_lock.txt') }}
restore-keys: |
${{ runner.os }}-uv-
- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Python 3.12
Expand Down
Loading

0 comments on commit c10d807

Please sign in to comment.