Skip to content

Commit

Permalink
Merge pull request #662 from British-Oceanographic-Data-Centre/develop
Browse files Browse the repository at this point in the history
Correct python version on yml file
  • Loading branch information
soutobias authored Dec 8, 2023
2 parents cfbf6a4 + e46a338 commit 9003b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.10 ]
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9003b07

Please sign in to comment.