Skip to content

Test install oras

Test install oras #2

Workflow file for this run

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