Skip to content

Commit

Permalink
Deleted lines 29-31 from old package builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Mar 31, 2022
1 parent 96ac423 commit a45debb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ clean:
@find . -name *cache -maxdepth 1 -exec rm -r {} \;
@conda uninstall ccc --yes --quiet 2>&1 > /dev/null

.PHONY=package
package:
@pbrelease OG-Core ogcore 0.8.1 --local

.PHONY=pytest
pytest:
@cd ogcore ; pytest -W ignore
Expand Down

0 comments on commit a45debb

Please sign in to comment.