Skip to content

Commit

Permalink
github-workflow: remove pydantic pinned version
Browse files Browse the repository at this point in the history
It is no longer necessary. Since it is fixed, it is better
for duffy to manage the dependency itself.

See github.com/CentOS/duffy/pull/865

Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>
  • Loading branch information
carlosrodfern authored and AdamSaleh committed Aug 30, 2023
1 parent 4baccd9 commit f143af0
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 pydantic==1.10.10 duffy fabric httpx
- run: sudo python3 -m pip install duffy fabric httpx
- run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s --sshkey=/tmp/id_centos_stream --path=$GITHUB_WORKSPACE
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 pydantic==1.10.10 duffy fabric httpx
- run: sudo python3 -m pip install duffy fabric httpx
- run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-9s --sshkey=/tmp/id_centos_stream --path=$GITHUB_WORKSPACE
env:
DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }}
Expand Down

0 comments on commit f143af0

Please sign in to comment.