Skip to content

Commit

Permalink
ci(test): Update anybodycon version to 8.0.1.rc2 (#937)
Browse files Browse the repository at this point in the history
* Update anybodycon version to 8.0.1.rc2

* Add permission to create labels
  • Loading branch information
melund authored Mar 19, 2024
1 parent cdfa563 commit 618b719
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conventional-commits-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
validate-pr-title:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
Expand Down
16 changes: 8 additions & 8 deletions pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ environments:
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda
win-64:
- conda: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc1-h9490d1a_0.tar.bz2
- conda: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc2-h9490d1a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/anypytools-1.11.4-py312h2e8e312_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.11.17-h56e8100_0.conda
Expand Down Expand Up @@ -488,7 +488,7 @@ environments:
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda
win-64:
- conda: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc1-h9490d1a_0.tar.bz2
- conda: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc2-h9490d1a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/anypytools-1.11.4-py312h2e8e312_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/azure-core-1.29.7-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/azure-storage-blob-12.19.0-pyhd8ed1ab_0.conda
Expand Down Expand Up @@ -637,20 +637,20 @@ packages:
timestamp: 1696634393637
- kind: conda
name: anybodycon
version: 8.0.1.rc1
version: 8.0.1.rc2
build: h9490d1a_0
subdir: win-64
url: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc1-h9490d1a_0.tar.bz2
sha256: 747d4b96b4bed140edc76700fc3555c6896a468ac217b941ccf05bfe3f7ce321
md5: 2fba1b4c7a524e69620af1eba63975bb
url: https://conda.anaconda.org/anybody/win-64/anybodycon-8.0.1.rc2-h9490d1a_0.tar.bz2
sha256: f930e40f2704755845eb34107c6c613580ad20d963ca4d324fd7d63d29297511
md5: 0ca0b38f300f4b12a4978026ad78fa97
depends:
- vc14_runtime
- python >=3.11,<3.13
- nomkl
arch: x86_64
platform: win
size: 187892714
timestamp: 1710614869902
size: 187893207
timestamp: 1710799017214
- kind: conda
name: anypytools
version: 1.11.4
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anypytools="*"
nomkl = "*"

[feature.anybody80.target.win-64.dependencies]
anybodycon = ">=8.0.1.rc1,<8.1.0"
anybodycon = ">=8.0.1.rc2,<8.1.0"


[feature.anybody80.tasks]
Expand Down

0 comments on commit 618b719

Please sign in to comment.