We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413dac0 commit b705e3eCopy full SHA for b705e3e
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
# - "3.11"
21
# - "3.12"
22
# - "3.13"
23
- - "3.14"
+ - "3.14.0-alpha.1"
24
# exclude:
25
# - os: macos-latest
26
# python-version: "3.7"
@@ -90,16 +90,6 @@ jobs:
90
shell: bash
91
if: matrix.os != 'windows-latest'
92
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
-
103
- name: Run tests on Windows
104
env:
105
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments