Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump conda lock files #1240

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "geovista cache"
uses: ./.github/workflows/composite/geovista-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "test lock (${{ matrix.version }})"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
test-pypi:
name: "test pypi (py${{ matrix.version }})"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "geovista cache"
uses: ./.github/workflows/composite/geovista-cache
Expand Down
142 changes: 70 additions & 72 deletions requirements/locks/py311-lock-linux-64.txt

Large diffs are not rendered by default.

142 changes: 70 additions & 72 deletions requirements/locks/py311-lock-linux-64.yml

Large diffs are not rendered by default.

137 changes: 68 additions & 69 deletions requirements/locks/py312-lock-linux-64.txt

Large diffs are not rendered by default.

137 changes: 68 additions & 69 deletions requirements/locks/py312-lock-linux-64.yml

Large diffs are not rendered by default.

141 changes: 70 additions & 71 deletions requirements/locks/py313-lock-linux-64.txt

Large diffs are not rendered by default.

141 changes: 70 additions & 71 deletions requirements/locks/py313-lock-linux-64.yml

Large diffs are not rendered by default.

Loading