Skip to content

Commit

Permalink
forced osmium-tool 1.16.0 on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 20, 2025
1 parent af5c2d8 commit 8ee2536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: runner.os != 'Windows'

- name: Install osmium
run: conda install -c conda-forge osmium-tool
run: conda install -c conda-forge osmium-tool=1.16.0

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: runner.os != 'Windows'

- name: Install osmium
run: conda install -c conda-forge osmium-tool
run: conda install -c conda-forge osmium-tool=1.16.0

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: runner.os != 'Windows'

- name: Install osmium
run: conda install -c conda-forge osmium-tool
run: conda install -c conda-forge osmium-tool=1.16.0

- uses: r-lib/actions/setup-r@v2

Expand Down

0 comments on commit 8ee2536

Please sign in to comment.