Skip to content

Commit

Permalink
correct runs-on in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 23, 2024
1 parent 0630bc8 commit 4af6821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
name: verify_library_generation
jobs:
compute_python_version:
runs-on: ubuntu-22.04
steps:
- name: compute python version
runs-on: ubuntu-22.04
run: |
source library_generation/utilities.sh
python_version_from_config_yaml=$(py_util "get_python_version" "library_generation/test/resources/integration/google-cloud-java/generation_config.yaml")
Expand Down

0 comments on commit 4af6821

Please sign in to comment.