Skip to content

Commit b705e3e

Browse files
committed
added support for cmd specific env vars and auth
1 parent 413dac0 commit b705e3e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# - "3.11"
2121
# - "3.12"
2222
# - "3.13"
23-
- "3.14"
23+
- "3.14.0-alpha.1"
2424
# exclude:
2525
# - os: macos-latest
2626
# python-version: "3.7"
@@ -90,16 +90,6 @@ jobs:
9090
shell: bash
9191
if: matrix.os != 'windows-latest'
9292

93-
# - name: Debug Shell Information
94-
# if: matrix.os == 'windows-latest'
95-
# shell: pwsh
96-
# run: |
97-
# Write-Host "Checking PowerShell version and environment variables:"
98-
# $PSVersionTable
99-
# Write-Host "Environment variables:"
100-
# Get-ChildItem Env:
101-
# Write-Host "Current Shell: $SHELL"
102-
10393
- name: Run tests on Windows
10494
env:
10595
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)