Skip to content

Commit

Permalink
test_c*s: fix pydantic to 1.10.10 for duffy
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSaleh committed Jul 3, 2023
1 parent 40d5d48 commit c23397a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos-stream8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env:
DUFFYY_SSH_PRIVATE_KEY: ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }}
- run: chmod 600 /tmp/id_centos_stream
- run: sudo python3 -m pip install duffy fabric httpx
- run: sudo python3 -m pip install pydantic==1.10.10 duffy fabric httpx
- run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s --sshkey=/tmp/id_centos_stream
env:
DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }}
Expand All @@ -24,7 +24,7 @@ jobs:
env:
DUFFYY_SSH_PRIVATE_KEY: ${{ secrets.DUFFYY_SSH_PRIVATE_KEY }}
- run: chmod 600 /tmp/id_centos_stream
- run: sudo python3 -m pip install duffy fabric httpx
- run: sudo python3 -m pip install pydantic==1.10.10 duffy fabric httpx
- run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-9s --sshkey=/tmp/id_centos_stream
env:
DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }}
Expand Down

0 comments on commit c23397a

Please sign in to comment.