Skip to content

Commit

Permalink
github: remove python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent e306dfe commit 3348039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.10'
# PYTHON: '3.10'
steps:
- uses: actions/checkout@master
- name: install dependencies
Expand All @@ -24,8 +24,8 @@ jobs:
sudo apt-get install -y check
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.10
# with:
# python-version: 3.10
- name: project setup (meson)
run: meson setup . build
- name: project build (ninja)
Expand Down

0 comments on commit 3348039

Please sign in to comment.