Skip to content

Commit

Permalink
Revert Tokenize version fix (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 26, 2021
1 parent 66295bb commit 9382ee3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
using Pkg
# If you update the version, also update the style guide docs.
Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.2"))
# Remove once issue #189 in Tokenize.jl is fixed
Pkg.add(PackageSpec(name="Tokenize", version="0.5.18"))
using JuliaFormatter
format("src", verbose=true)
format("test", verbose=true)
Expand Down

0 comments on commit 9382ee3

Please sign in to comment.