Skip to content

Commit

Permalink
Bump pixell version again- missed the fact that there was a tag newer…
Browse files Browse the repository at this point in the history
… than latest release.
  • Loading branch information
tskisner committed Aug 29, 2024
1 parent 7f841e9 commit 05f4dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- os: ubuntu-latest
python: "3.11"
arch: Linux-x86_64
- os: macos-12
- os: macos-13
python: "3.11"
arch: MacOSX-x86_64
- os: macos-14
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
pyver=${{ matrix.python }} &&
sed -i -E "s/python=3\.[[:digit:]]+.*/python=${pyver}/" ./config/default/packages_conda.txt &&
cat ./config/default/packages_conda.txt &&
if [[ ${{ matrix.os }} == "macos-12" || ${{ matrix.os }} == "macos-14" ]]; then \
if [[ ${{ matrix.os }} == "macos-13" || ${{ matrix.os }} == "macos-14" ]]; then \
./soconda.sh -e soconda -v CI -c binary; \
else \
./soconda.sh -e soconda -v CI -c default; \
Expand Down
4 changes: 2 additions & 2 deletions pkgs/pixell/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.26.0" %}
{% set sha256 = "51a88a080cc9c036dadfd8f62e7f01b1013ddee83d1e1072b009b266375e6139" %}
{% set version = "0.26.1" %}
{% set sha256 = "0aedd7272b2b2ac4aef476d63efb4b6b929d39663f8e3516ceec839896322bcb" %}

{% set build = 0 %}

Expand Down

0 comments on commit 05f4dec

Please sign in to comment.