We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d79a1 commit 14b32cdCopy full SHA for 14b32cd
.github/workflows/bump-versions.yml
@@ -16,13 +16,12 @@ jobs:
16
steps:
17
- name: Checkout branch
18
uses: actions/checkout@v4
19
- - name: Set up Conda env
20
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
+ - name: Set up pixi
+ uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
21
with:
22
- environment-file: environment.yml
+ activate-environment: true
23
- name: Update ${{ matrix.name }}
24
run: python -m scripts.${{ matrix.script }}
25
- shell: micromamba-shell {0}
26
env:
27
GH_TOKEN: ${{ github.token }}
28
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
0 commit comments