Skip to content

Commit

Permalink
setup-python step
Browse files Browse the repository at this point in the history
  • Loading branch information
v-p-b committed May 1, 2024
1 parent 58bd5bd commit fc92309
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
python-version: ["3.8"]

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Build the Docker image
run: "cd standalone && docker build . --file Dockerfile --tag rsa_sig2n:latest && cd .."

Expand Down

0 comments on commit fc92309

Please sign in to comment.