diff options
| author | Asif Saif Uddin <auvipy@gmail.com> | 2023-03-16 16:07:23 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 16:07:23 +0600 |
| commit | 7e527fedb9808b6fa519b3b09ee1ff7970cca894 (patch) | |
| tree | 8a64f73fc435c30a5e441dd70ef6684494fe6b08 | |
| parent | 0140cfe61a85941c2f7a6e396a5ff64e2ef656a8 (diff) | |
| download | py-amqp-ci-2.tar.gz | |
Update ci.yamlci-2
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 760c515..89c76dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7,3.8,3.9,"3.10",pypy-3.9] + python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"] steps: - name: Check out code from GitHub uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7,3.8,3.9,"3.10",pypy-3.9] + python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"] steps: - name: Check out code from GitHub uses: actions/checkout@v3 |
