Skip to content

Commit

Permalink
add poetry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jan 15, 2025
1 parent e79a84e commit fed2c5d
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 100 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
sudo apt-get install gdal-bin
- name: Install poetry
uses: abatilo/actions-poetry@v4
- name: Setup a local virtual environment (if no poetry.toml file)
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
Expand Down Expand Up @@ -124,10 +120,6 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v4
- name: Setup a local virtual environment (if no poetry.toml file)
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
Expand Down
Loading

0 comments on commit fed2c5d

Please sign in to comment.