Skip to content

Commit

Permalink
drop versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent c800bad commit e1f3cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
- name: Build and Install
run: |
python3 -m venv .venv
Expand Down
1 change: 1 addition & 0 deletions src/drake_extension/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from __future__ import annotations
from pydrake import *
from .drake_extension_ext import *

0 comments on commit e1f3cfd

Please sign in to comment.