Skip to content

Commit

Permalink
fix python env in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Sep 9, 2021
1 parent 8c24e91 commit 829e591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
PYTHON: ""
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
# doctest(MYPACKAGE)'
- run: julia --project=docs docs/make.jl
env:
PYTHON: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Triangulate
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliageometry.github.io/Triangulate.jl/stable)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/T/Triangulate.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)

Julia wrapper for Johnathan Richard Shewchuk's Triangle mesh generator. The package tries to
provide a 1:1 mapping of Triangle's functionality to Julia.
Julia wrapper for Jonathan Richard Shewchuk's Triangle mesh generator. The package tries to provide a 1:1 mapping of Triangle's functionality to Julia.

Useful information about Triangle:
- Triangle home page [https://www.cs.cmu.edu/~quake/triangle.html](https://www.cs.cmu.edu/~quake/triangle.html)
Expand Down

2 comments on commit 829e591

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 829e591 Sep 9, 2021

Choose a reason for hiding this comment

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

@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/44574

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 v2.0.2 -m "<description of version>" 829e591fe9fbf3b91239ae3b6f60ff4648a37b35
git push origin v2.0.2

Please sign in to comment.