Skip to content

Commit

Permalink
Merge pull request #1123 from kysrpex/local_build
Browse files Browse the repository at this point in the history
Fix local build
  • Loading branch information
kysrpex committed Jul 14, 2023
2 parents d7e3c09 + 7823afa commit d960b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ create-env: ## create usegalaxy-eu-website conda environment
.PHONY: create-env

install: create-env ## create usegalaxy-eu-website conda environment
$(ACTIVATE_ENV) && bundle install --frozen
.PHONY: install

build: ## Build the site once and exit
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ dependencies:
- xz
- yaml
- zlib
- gxx_linux-64=13.1.0

0 comments on commit d960b4c

Please sign in to comment.