Skip to content

Commit

Permalink
pyimport_e so we don't fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniedie committed Apr 16, 2021
1 parent 3a491dd commit ca670f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SharedMATLABEngine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ julia> a21 .+ mat"a"
"""
module SharedMATLABEngine

# ENV["PYTHON"] = "python2"

using PyCall
using ReplMaker

Expand Down

2 comments on commit ca670f0

@jonniedie
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
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 updated: JuliaRegistries/General/34443

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.1.1 -m "<description of version>" ca670f0d9340c56c5cbd67350645cf36f340a324
git push origin v0.1.1

Please sign in to comment.