Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
olgavrou committed Jan 5, 2024
1 parent 3a6e35b commit 1663f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run a Python container and execute script
run: docker run --name py-container -v ${{ github.workspace }}:/workspace python:3.8 python -c "print('Hello, World!')"
run: docker run --name py-container -v ${{ github.workspace }}:/workspace python:3 python -c "print('Hello, World!')"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 1663f8c

Please sign in to comment.