mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-07 04:49:36 +00:00
Switch from script variables to context variables
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "$PYTHON_VERSION"
|
||||
python-version: ${{env.PYTHON_VERSION}}
|
||||
|
||||
- name: Set up Python virtual environment
|
||||
run: |
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "$PYTHON_VERSION"
|
||||
python-version: ${{env.PYTHON_VERSION}}
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
@@ -172,7 +172,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "$PYTHON_VERSION"
|
||||
python-version: ${{env.PYTHON_VERSION}}
|
||||
|
||||
- name: Append git revision to project version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user