Test install oras #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test macos | |
on: | |
workflow_dispatch: | |
jobs: | |
test-macos: | |
name: Test MacOS Python env | |
runs-on: macos-latest | |
steps: | |
- name: Install AWS CLI | |
run: | | |
python3 -m venv .venv | |
source .venv/bin/activate | |
pip3 install awscli |