Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 26, 2024
1 parent 106379f commit 56ab80a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0
with:
Expand All @@ -16,7 +16,9 @@ jobs:
run: conda create --quiet --name oras pre-commit
- name: Lint Oras Python
run: |
sudo apt install -y python3.12-dev
export PATH="/usr/share/miniconda/bin:$PATH"
python --version
source activate oras
make develop
make lint
Expand Down

0 comments on commit 56ab80a

Please sign in to comment.