Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new service account (WIP) #312

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
Specity py version
  • Loading branch information
enolfc committed Oct 16, 2023
commit fab86910f787a0b81149e5dcec5df210baee8b71
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Test cloud-info-generator
run: |
cd cloud-info
Expand Down
Loading