Skip to content

Commit

Permalink
Add python to path
Browse files Browse the repository at this point in the history
  • Loading branch information
gscho authored Jun 22, 2022
1 parent b68f23d commit 65aab3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/custodian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
custodian schema
custodian version
echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.bashrc
source ~/.bashrc
c7n-org --help
- name: Install Specific Version
uses: ./
Expand Down

0 comments on commit 65aab3a

Please sign in to comment.