Skip to content

Commit

Permalink
Use poetry 1.1.15 explicitly (#365)
Browse files Browse the repository at this point in the history
* SCIF neuron model for QUBO, CSP, etc.

Signed-off-by: Risbud, Sumedh <[email protected]>

* SCIF neuron model for QUBO, CSP, etc.

Signed-off-by: Risbud, Sumedh <[email protected]>

* Minor import fix

Signed-off-by: Risbud, Sumedh <[email protected]>

* Enabled Get/Set for synaptic weights

Signed-off-by: Risbud, Sumedh <[email protected]>

* Use poetry 1.1.15

Signed-off-by: Risbud, Sumedh <[email protected]>

Signed-off-by: Risbud, Sumedh <[email protected]>
Co-authored-by: Marcus G K Williams <[email protected]>
Co-authored-by: PhilippPlank <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2022
1 parent c06106d commit ca0947c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit ca0947c

Please sign in to comment.