Skip to content

Commit

Permalink
chore(*): try to understand github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Andrés committed Oct 23, 2024
1 parent d474a71 commit e9bb6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bibliograpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- run: ls -l conda-environments
- run: ls -l pylintrc-environments
- run: mv conda-environments/* bibliograpy/
- run: mv pylintrc-environments/* .
- run: unzip *.zip
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit e9bb6f8

Please sign in to comment.