Skip to content

Commit

Permalink
Quick test #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Feb 12, 2025
1 parent d6547ec commit b9d3e11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/openstudio_standards_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
- name: Install poetry
uses: abatilo/actions-poetry@v2
- 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: snok/install-poetry@v1
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
Expand Down

0 comments on commit b9d3e11

Please sign in to comment.