Skip to content

Commit 2151276

Browse files
authored
Merge pull request #15 from quant-aq/dhhagan-patch-gh-actions
updated docs gh action
2 parents 1dc4767 + 811e10c commit 2151276

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-and-deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
python-version: 3.8
1919

2020
- name: Install poetry
21-
uses: dschep/[email protected]
21+
uses: snok/[email protected]
22+
with:
23+
version: 1.1.4
24+
create_virtualenvs: true
2225

2326
- name: Install dependencies
2427
run: poetry install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quantaq-cli"
3-
version = "0.3.0-alpha.0"
3+
version = "0.3.0-alpha.1"
44
description = "The QuantAQ CLI"
55
authors = ["David H Hagan <[email protected]>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)