Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw authored Feb 18, 2024
1 parent 424fdf5 commit 73571f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
poetry install
- name: Prepare Environment
run: |
source $GITHUB_WORKSPACE/.venv/bin/activate
echo "PATH=/home/runner/.local/bin:$PATH" >> $GITHUB_ENV
echo "PYTHONPATH=${GITHUB_WORKSPACE}/content:${GITHUB_WORKSPACE}:${PYTHONPATH}" >> $GITHUB_ENV
echo "NEW_PACKS_FOLDER=${GITHUB_WORKSPACE}/content/new_packs_zips" >> $GITHUB_ENV
Expand All @@ -41,7 +42,6 @@ jobs:
echo "The current branch is ${BRANCH_NAME}"
echo "The default branch is ${DEFAULT_BRANCH}"
- name: Prepare Venv
run: |
cd $GITHUB_WORKSPACE/content/
Expand Down

0 comments on commit 73571f8

Please sign in to comment.