Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 2, 2023
1 parent d1a6380 commit 854b1cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ runs:
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0
key: poetry-1.3.4

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.3.4
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: code-quality

on:
pull_request:
branches:
- "*"
push:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Retrieve the environment and the River build
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.12"
python-version: "3.11"

- name: Cache River datasets
uses: actions/cache@v3
Expand Down

0 comments on commit 854b1cd

Please sign in to comment.