We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b476e commit 4a06ca3Copy full SHA for 4a06ca3
.github/workflows/deploy-dashboard.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: 3.10
+ python-version: "3.10"
17
- name: Install Apt packages
18
run: |
19
sudo apt-get install rsync
.github/workflows/deploy-lambda.yml
- name: Install Python packages
python -m pip install boto3
0 commit comments