Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooolrik committed Jan 1, 2024
1 parent 1e477ab commit 9ab0064
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/compile_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest]
compiler: [ g++-10 ]
python-version: [ "3.11" ]
include:
- os: ubuntu-latest
compiler: g++-10
Expand All @@ -30,12 +29,12 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'

- name: Run the projects setup.
run: ./testall.sh

0 comments on commit 9ab0064

Please sign in to comment.