Skip to content

Commit

Permalink
back to lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 27, 2024
1 parent c62f054 commit 6a43761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environments: dev
manifest-path: pyproject.toml
cache: false
locked: false
locked: true
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Upstream versions

on:
workflow_dispatch:
pull_request:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -24,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Could add "3.14", which installs alpha versions
python-version: ["3.13"]
python-version: ["3.13", "3.14"]
# windows-latest,
runs-on: [ubuntu-latest, macos-14]
#include:
Expand Down

0 comments on commit 6a43761

Please sign in to comment.