diff options
| author | J08nY | 2025-12-03 17:53:31 +0100 |
|---|---|---|
| committer | J08nY | 2025-12-03 17:54:11 +0100 |
| commit | bfccf8f955d6634e7a067feda81645d07b90c5ab (patch) | |
| tree | f3befc9eeb5dbbd36bf62a289b3e75b8fd9094dc /.github/workflows | |
| parent | e38e67d9f3b6eb9bcca9e0d0fbf4767c319ef46c (diff) | |
| download | std-curves-bfccf8f955d6634e7a067feda81645d07b90c5ab.tar.gz std-curves-bfccf8f955d6634e7a067feda81645d07b90c5ab.tar.zst std-curves-bfccf8f955d6634e7a067feda81645d07b90c5ab.zip | |
Fix Python setup in action.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/oids.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oids.yml b/.github/workflows/oids.yml index e094368..e130b02 100644 --- a/.github/workflows/oids.yml +++ b/.github/workflows/oids.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.10 + python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip |
