Skip to content

Commit

Permalink
Merge pull request #73 from db-tu-dresden/primitive_table_vis
Browse files Browse the repository at this point in the history
Fixed missing environment sourcing in merge_main CI pipeline
  • Loading branch information
JPietrzykTUD authored Oct 15, 2023
2 parents c726492 + 2284d28 commit 86444f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tslgen_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
id: cache-venv
with:
path: ./.venv/
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('requirements.txt') }}
key: ${{ runner.os }}-3.10-venv-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-3.10-venv-
-
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
id: cache-venv
with:
path: ./.venv/
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('requirements.txt') }}
key: ${{ runner.os }}-3.10-venv-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-3.10-venv-
-
Expand All @@ -350,6 +350,7 @@ jobs:
-
name: Update Readme files
run: |
source ./.venv/bin/activate
python3 main.py --print-outputs-only --generate-readme-files --no-debug-info
-
name: 'Update readme files'
Expand Down

0 comments on commit 86444f8

Please sign in to comment.