Skip to content

Commit

Permalink
remove Pkg pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Aug 18, 2022
1 parent 826a846 commit 9cc22f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- name: Pin NetCDF_jll on Windows
run: |
using Pkg
if Sys.iswindows()
Pkg.add("NetCDF_jll")
Pkg.pin(name="NetCDF_jll", version="400.702.400")
end
shell: julia --color=yes --project=@. {0}
- uses: julia-actions/julia-runtest@latest
continue-on-error: ${{ matrix.version == 'nightly' }}
- uses: julia-actions/julia-processcoverage@v1
Expand Down

2 comments on commit 9cc22f3

@Alexander-Barth
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Support for NetCDF 4.9.0

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/66508

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.6 -m "<description of version>" 9cc22f331e26fd0395c72f7d97d6849de494dedf
git push origin v0.12.6

Please sign in to comment.