Skip to content

Commit

Permalink
Add temp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 14, 2023
1 parent 13c8e14 commit c373d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: master # FIXME: temporary workaround for == versions
path: archinfo
- run: pip install ./archinfo

Expand Down Expand Up @@ -127,6 +128,7 @@ jobs:
- run: pip install ./patcherex

# Reinstall archinfo in case it was overwritten by one of the ecosystem packages
- run: git -C archinfo checkout ${{ github.sha }}
- run: pip install ./archinfo[testing]

- name: Run pytest
Expand Down

0 comments on commit c373d04

Please sign in to comment.