Skip to content

Commit

Permalink
Deploy Travis CI build 1430 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Aug 27, 2023
1 parent 3374272 commit c4ef6bd
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 280 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -13,8 +13,8 @@ dev: install .clean-test ## Continuously run CI tasks when files chanage

# SYSTEM DEPENDENCIES #########################################################

.PHONY: boostrap
boostrap: ## Attempt to install system dependencies
.PHONY: bootstrap
bootstrap: ## Attempt to install system dependencies
asdf plugin add python || asdf plugin update python
asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git || asdf plugin update poetry
asdf install
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,3 +1,3 @@
mkdocs==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
pygments==2.15.1 ; python_version >= "3.11" and python_version < "4.0"
pygments==2.16.1 ; python_version >= "3.11" and python_version < "4.0"
jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0"

0 comments on commit c4ef6bd

Please sign in to comment.