Skip to content

Commit

Permalink
Pin ubuntu version due to poetry action issue (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA authored Oct 7, 2024
1 parent 17a2280 commit 7917f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: publish package to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Latest not supported by actions-poetry@v3
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7917f0f

Please sign in to comment.