Skip to content

Commit

Permalink
Merge pull request #15 from quant-aq/dhhagan-patch-gh-actions
Browse files Browse the repository at this point in the history
updated docs gh action
  • Loading branch information
dhhagan authored Oct 13, 2021
2 parents 1dc4767 + 811e10c commit 2151276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
python-version: 3.8

- name: Install poetry
uses: dschep/install-poetry-action@v1.3
uses: snok/install-poetry@v1.1.1
with:
version: 1.1.4
create_virtualenvs: true

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quantaq-cli"
version = "0.3.0-alpha.0"
version = "0.3.0-alpha.1"
description = "The QuantAQ CLI"
authors = ["David H Hagan <david.hagan@quant-aq.com>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 2151276

Please sign in to comment.