dwcoates / pygn-mode

An Emacs major-mode for chess PGN files, powered by Python
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

Move `cask install` from CI YAML to Makefile, and add `cask update` #194

Closed rolandwalker closed 3 years ago

rolandwalker commented 3 years ago

So that cask install can run routinely during development.

Edit: add cask update to the Makefile target as well, to always run the latest version of dependencies.

rolandwalker commented 3 years ago

The test failures are not surprising. #192 is needed.