Skip to content

Commit

Permalink
Sync with other Mathics3 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 7, 2024
1 parent 6fb3db5 commit 7bc44cd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Install click
run: pip install 'click==8.0.4'
- name: Install Black
Expand Down

0 comments on commit 7bc44cd

Please sign in to comment.